Expand description
Rust code generator from ASN.1 AST
Structs§
- Code
GenConfig - Configuration options for code generation
- Code
Generator - Code generator
Enums§
- Derive
Mode - Controls how derive macros for ASN.1 types are emitted in generated code.
- String
Type Mode - Controls whether string and binary ASN.1 types are generated as owned heap-allocating types or as zero-copy borrowed references.
Functions§
- generate
- Generate Rust code from an ASN.1 module using default configuration.
- generate_
with_ config - Generate Rust code from an ASN.1 module with custom configuration.