neo-decompiler 0.11.0

Neo N3 NEF decompiler: parse, disassemble, lift bytecode to high-level pseudocode and C# skeletons, with a CLI, JSON reports, and optional WebAssembly bindings.
Documentation
#[path = "decompile_artifacts/common.rs"]
mod common;

#[path = "decompile_artifacts/csharp_embed.rs"]
mod csharp_embed;

#[path = "decompile_artifacts/known_unsupported.rs"]
mod known_unsupported;

#[path = "decompile_artifacts/artifact.rs"]
mod artifact;

#[path = "decompile_artifacts/process.rs"]
mod process;

#[path = "decompile_artifacts/test.rs"]
mod test;

#[path = "decompile_artifacts/parity.rs"]
mod parity;