Derive Macro binrw::BinRead

source ·
#[derive(BinRead)]
{
    // Attributes available to this derive:
    #[br]
    #[brw]
}
Expand description

Derive macro generating an impl of the trait BinRead.

See the directives glossary for usage details.