Structs§
- Encoder
String Writer - A
Write
implementation that base64-encodes data using the provided config and accumulates the resulting base64 utf8&str
in a StrConsumer implementation (typicallyString
), which is then exposed viainto_inner()
. - Utf8
Single 🔒Code Unit Writer - A
Write
that only can handle bytes that are valid single-byte UTF-8 code units.
Traits§
- StrConsumer
- An abstraction around consuming
str
s produced by base64 encoding.