/// Go `encoding/ascii85` library
/// Go `encoding/binary` library
/// Go `encoding/base32` library
// /// base58 library
// #[cfg(feature = "base58")]
// #[cfg_attr(docsrs, doc(cfg(feature = "base58")))]
// pub mod base58;
/// Go `encoding/base64` library
/// Go `encoding/hex` library
// /// Go encoding/pem library
// pub mod pem;