Endianize

Derive Macro Endianize 

Source
#[derive(Endianize)]
{
    // Attributes available to this derive:
    #[endian]
    #[text]
    #[wire_repr]
    #[wire_derive]
}
Available on crate feature derive only.
Expand description

Generate a “wire-format” struct and endian wrapper aliases.

See the simple_endian crate docs for examples.