binread 2.2.0

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
 --> $DIR/invalid_map_fn.rs:5:16
  |
5 |     #[br(map = does_not_exist)]
  |                ^^^^^^^^^^^^^^ not found in this scope