Crate show_bytes
source ·Structs
- This prints the byte string, stylizing it based on its internal state. Its main method is
Printer::into_string
.
Enums
- Indicates how, if at all, to quote the byte string.
Functions
- A helper function to print bytes without explicitly creating a Printer struct. Equivalent to
println!("{}", Printer::default().into_string(bytes))