Re-exports§
pub extern crate encoding_rs;
pub use fmt::Format;
pub use stream::TendrilSink;
Modules§
- buf32 🔒Provides an unsafe owned buffer type, used in implementing
Tendril
. - Marker types for formats.
- Streams of tendrils.
- tendril 🔒
- util 🔒
Macros§
- Create a
StrTendril
through string formatting.
Structs§
- A marker of an atomic (and hence concurrent) tendril.
- A marker of a non-atomic tendril.
- A simple wrapper to make
Tendril
Send
. - Compact string type for zero-copy parsing.
Enums§
- Errors that can occur when slicing a
Tendril
.
Statics§
- OFLOW 🔒
Traits§
- The multithreadedness of a tendril.
- Extension trait for
io::Read
. Tendril
-related methods for Rust slices.
Type Aliases§
Tendril
for storing binary data.Tendril
for storing native Rust strings.