//! A simple, no-dependencies crate for converting a number of bytes into a strongly-typed (stack-allocated) representation of the "prettified" version of those bytes.
//!
//! Compatible with `serde` when the `serde` feature is enabled.
pub use *;
pub use *;