Re-exports§
pub use fmt::Format;pub use stream::TendrilSink;
Modules§
- Marker types for formats.
- Streams of tendrils.
Macros§
- Create a
StrTendrilthrough string formatting.
Structs§
- A marker of an atomic (and hence concurrent) tendril.
- A marker of a non-atomic tendril.
- A simple wrapper to make
TendrilSend. - Compact string type for zero-copy parsing.
Enums§
- Errors that can occur when slicing a
Tendril.
Traits§
- The multithreadedness of a tendril.
- Extension trait for
io::Read. Tendril-related methods for Rust slices.
Type Aliases§
Tendrilfor storing binary data.Tendrilfor storing native Rust strings.