Expand description
The binrw prelude.
A collection of traits and types you’ll likely need when working with binrw and are unlikely to cause name conflicts.
use binrw::prelude::*;Re-exports§
pub use crate::binrw;pub use crate::BinRead;pub use crate::BinReaderExt;pub use crate::BinResult;pub use crate::BinWrite;pub use crate::BinWriterExt;
Attribute Macros§
- Attribute macro used to generate an impl of the trait
BinReadwith support for temporary variables. - Attribute macro used to generate an impl of both
BinReadandBinWritetraits with support for temporary variables. - Attribute macro used to generate an impl of the trait
BinWritewith support for temporary variables.