Derive Macro nom_derive::NomBE

source ·
#[derive(NomBE)]
{
    // Attributes available to this derive:
    #[nom]
}
Expand description

The NomBE acts like the Nom attribute, but sets the endianness to big-endian for the current object. This can be overriden locally at the field-level.