format-bytes 0.3.0

A macro to format bytestrings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: unclosed formatting delimiter
 --> $DIR/unclosed_formatting.rs:4:5
  |
4 |     format_bytes!(b"unclosed formatting {");
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error: unclosed formatting delimiter
 --> $DIR/unclosed_formatting.rs:5:5
  |
5 |     format_bytes!(b"unclosed {formatting");
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)