Expand description
Streams of tendrils.
Structs
A
TendrilSink
adaptor that takes bytes, decodes them as the given character encoding,
lossily replace ill-formed byte sequences with U+FFFD replacement characters,
and emits Unicode (StrTendril
).A
TendrilSink
adaptor that takes bytes, decodes them as UTF-8,
lossily replace ill-formed byte sequences with U+FFFD replacement characters,
and emits Unicode (StrTendril
).Enums
Traits
Trait for types that can process a tendril.