//! Possible encodings for byte sequences when serializing into human-readable formats.
modtraits;#[cfg(any(feature ="hex", test))]modhex;#[cfg(feature ="base64")]modbase64;pubusetraits::Encoding;#[cfg(any(feature ="hex", test))]pubuseself::hex::Hex;#[cfg(feature ="base64")]pubuseself::base64::{Base64, Base64Url};