bin-utils 0.1.2

A bunch of utility macros and traits for binary parsers.
Documentation
1
2
3
4
# bin-utils
A small crate containing traits and macros, which can aid in writing parsers for binary formats.
## no-std
If you disable the non_fixed feature, no allocator is required.