restruct 0.1.2

Converts between raw bytes and structured data.
Documentation
1
2
3
4
5
6
`restruct` is used to interpret binary data stored in files or other sources or convert
between C structs and Rust types and when using a parser-generator is considered
disproportionate.
It is a brainchild of [Python's struct-module](https://docs.python.org/3/library/struct.html).

See the `restruct_derive`-crate for documentation.