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§

Macros§

  • This macro defines a data layout. Given such a layout, the Field or FieldView APIs can be used to access data based on it.