binread 2.2.0

A Rust crate for helping read structs from binary data using ✨macro magic✨
Documentation
1
2
3
4
5
error[E0308]: mismatched types
 --> $DIR/invalid_if_condition.rs:5:13
  |
5 |     #[br(if("wrong type"))]
  |             ^^^^^^^^^^^^ expected `bool`, found `&str`