Derive Macro nom_derive_impl::NomBE[][src]

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

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.