Testing utilities exposed via the testing feature.
testing
pub use crate::format::hex::Bytes as HexBytes;
pub use crate::format::hex::DecodeError;
pub use crate::format::hex::decode;
pub use crate::format::hex::encode;