#[derive(NomLE)]
{
// Attributes available to this derive:
#[nom]
}
Expand description
The NomLE acts like the Nom attribute, but sets the endianness to little-endian for the
current object. This can be overriden locally at the field-level.