Module binary_layout::prelude
source · Expand description
Import this to get everything into scope that you need for defining and using layouts.
§Example
use binary_layout::prelude::*;Re-exports§
pub use super::BigEndian;pub use super::Field;pub use super::FieldCopyAccess;pub use super::FieldSliceAccess;pub use super::LittleEndian;pub use super::NativeEndian;