modchecksum;modmethod_tokens;modparse;/// Parser for Neo N3 NEF containers.
////// This type is stateless and can be reused across many parse calls.
#[derive(Debug, Default, Clone, Copy)]pubstructNefParser;implNefParser{/// Create a new NEF parser.
#[must_use]pubfnnew()->Self{Self}}