Expand description
Implementations of io::Write to transparently handle base64.
Modules§
Structs§
- Encoder
String Writer  - A 
Writeimplementation that base64-encodes data using the provided config and accumulates the resulting base64 utf8&strin a StrConsumer implementation (typicallyString), which is then exposed viainto_inner(). - Encoder
Writer  - A 
Writeimplementation that base64 encodes data before delegating to the wrapped writer. 
Traits§
- StrConsumer
 - An abstraction around consuming 
strs produced by base64 encoding.