Crate tendril

source ·

Re-exports

pub use fmt::Format;
pub use stream::TendrilSink;

Modules

Marker types for formats.
Streams of tendrils.

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.

Traits

The multithreadedness of a tendril.
Extension trait for io::Read.
Tendril-related methods for Rust slices.

Type Definitions

Tendril for storing binary data.
Tendril for storing native Rust strings.