Neo N3 NEF decompiler: parse, disassemble, lift bytecode to high-level pseudocode and C# skeletons, with a CLI, JSON reports, and optional WebAssembly bindings.
//! C# output renderer for the decompiler.
modhelpers;modrender;#[cfg(test)]pub(super)usehelpers::csharpize_statement;pub(crate)userender::render_csharp;