Expand description
A library for printing (formatting) arbitrary byte arrays using std::ascii::escape_default
.
Structs§
- Escape
Default Fmt - Wraps the byte array and implements display
Functions§
- format_
escape_ default - Takes a byte array and wraps it in a struct that knows how to format it using
std::ascii::escape_default
.