binread 2.2.0

A Rust crate for helping read structs from binary data using ✨macro magic✨
Documentation
1
2
3
4
5
6
7
8
mod derive {
    mod enums;
    mod struct_generic;
    mod struct_map;
    mod structs;
    mod unit_enum;
    mod unit_struct;
}