Module tendril

Module tendril 

Source

Macrosยง

from_iter_method ๐Ÿ”’

Structsยง

Atomic
A marker of an atomic (and hence concurrent) tendril.
Header ๐Ÿ”’
Heap ๐Ÿ”’
NonAtomic
A marker of a non-atomic tendril.
SendTendril
A simple wrapper to make Tendril Send.
Tendril
Compact string type for zero-copy parsing.

Enumsยง

SubtendrilError
Errors that can occur when slicing a Tendril.

Constantsยง

EMPTY_TAG ๐Ÿ”’
MAX_INLINE_LEN ๐Ÿ”’
MAX_INLINE_TAG ๐Ÿ”’

Traitsยง

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

Functionsยง

inline_tag ๐Ÿ”’

Type Aliasesยง

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

Unionsยง

Buffer ๐Ÿ”’