Derive Macro nom_derive_impl::NomLE[][src]

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

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.