Neo N3 NEF decompiler: parse, disassemble, lift bytecode to high-level pseudocode and C# skeletons, with a CLI, JSON reports, and optional WebAssembly bindings.
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}}