binrw 0.15.1

A Rust crate for helping read structs from binary data using ✨macro magic✨
Documentation
1
2
3
4
5
error[E0425]: cannot find value `does_not_exist` in this scope
 --> tests/ui/invalid_map_fn.rs:6:16
  |
6 |     #[br(map = does_not_exist)]
  |                ^^^^^^^^^^^^^^ not found in this scope