A Rust crate for reading structs from binary data using derive macros, simplifying binary parsing.
# Cargo.toml
[dependencies]
binread = "2.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a binary struct and read it from bytes.
Add `binread = { version = "2", features = ["binread_derive"] }`No dependency data recorded yet.