format-bytes 0.3.0

A macro to format bytestrings
Documentation
1
2
3
4
5
6
7
error: not enough arguments for formatting
 --> $DIR/not_enough_parameters.rs:4:5
  |
4 |     format_bytes!(b"{}");
  |     ^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)