Expand description
Rust compiler backend.
Modules§
- test
- Generate Rust unit tests for canonical test vectors.
Traits§
- ToIdent
- ToUpper
Camel Case - This trait defines an upper camel case conversion.
Functions§
- constraint_
to_ value - Turn the constraint into a value (such as
10
orSomeEnum::Foo
). - generate
- Generate formatted Rust code from an AST.
- generate_
tokens - Generate Rust code from an AST.
- mask_
bits - Generate a bit-mask which masks out
n
least significant bits.