Module buf32
tendril
0.4.3
Module buf32
Module Items
Structs
Constants
Functions
In crate tendril
Modules
buf32
fmt
stream
tendril
utf8_decode
util
Macros
format_tendril
Structs
Atomic
IncompleteUtf8
NonAtomic
SendTendril
Tendril
Enums
SubtendrilError
Statics
OFLOW
Traits
Atomicity
ReadExt
SliceExt
Type Aliases
ByteTendril
StrTendril
tendril
Module
buf32
Copy item path
Settings
Help
Summary
Source
Expand description
Provides an unsafe owned buffer type, used in implementing
Tendril
.
Structs
§
Buf32
A buffer points to a header of type
H
, which is followed by
MIN_CAP
or more bytes of storage.
Constants
§
MAX_LEN
MIN_CAP
Functions
§
bytes_
to_
vec_
capacity
🔒