1 2 3 4 5 6
//! Handle base64, as used in [`crate::armor`] mod decoder; mod reader; pub use self::{decoder::Base64Decoder, reader::Base64Reader};