base64 0.12.3

encodes and decodes base64 as bytes or utf8
Documentation
1
2
3
4
5
6
//! Implementations of `io::Write` to transparently handle base64.
mod encoder;
pub use self::encoder::EncoderWriter;

#[cfg(test)]
mod encoder_tests;