binread 1.0.0-rc1

A Rust crate for helping read structs from binary data using ✨macro magic✨
Documentation

binread

A Rust crate for helping parse structs from binary data using ✨macro magic✨

Usage

BinRead uses a derive macro for declaratively defining binary parsing methods for structs.