binrw 0.15.1

A Rust crate for helping read structs from binary data using ✨macro magic✨
Documentation
1
2
3
4
5
6
7
8
9
10
mod binwrite_temp;
mod r#enum;
mod fn_helper;
mod map_args;
mod r#struct;
mod struct_generic;
mod struct_map;
mod unit_enum;
mod unit_struct;
mod write;