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
. - fmt
- Marker types for formats.
- stream
- Streams of tendrils.
- tendril 🔒
- utf8_
decode 🔒 - util 🔒
Macros§
- format_
tendril - Create a
StrTendril
through string formatting.
Structs§
- Atomic
- A marker of an atomic (and hence concurrent) tendril.
- Incomplete
Utf8 - NonAtomic
- A marker of a non-atomic tendril.
- Send
Tendril - A simple wrapper to make
Tendril
Send
. - Tendril
- Compact string type for zero-copy parsing.
Enums§
- Subtendril
Error - Errors that can occur when slicing a
Tendril
.
Statics§
- OFLOW 🔒
Traits§
- Atomicity
- The multithreadedness of a tendril.
- ReadExt
- Extension trait for
io::Read
. - Slice
Ext Tendril
-related methods for Rust slices.
Type Aliases§
- Byte
Tendril Tendril
for storing binary data.- StrTendril
Tendril
for storing native Rust strings.