-
- Downloads
You need to sign in or sign up before continuing.
Reimplement fmt::Debug for Bytes and BytesMut (#84)
Standard `Debug` implementation for `[u8]` is comma separated list of numbers. Since large amount of byte strings are in fact ASCII strings or contain a lot of ASCII strings (e. g. HTTP), it is convenient to print strings as ASCII when possible.
src/debug.rs
0 → 100644
tests/test_debug.rs
0 → 100644
Please register or sign in to comment