format-bytes 0.2.2

A macro to format bytestrings
Documentation
1
2
3
4
5
6
7
error: too many arguments for formatting
 --> $DIR/too_many_parameters.rs:4:5
  |
4 |     format_bytes!(b"", b"extra param");
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)