1
2
3
4
5
//! Documentation-only module for binrw's directives used in the `#[br]`, `#[bw]`, and `#[brw]`
//! attributes.

pub mod read;
pub mod write;