Module pdl_compiler::backends::rust
source · Expand description
Rust compiler backend.
Traits
- This trait defines an upper camel case conversion.
Functions
- Turn the constraint into a value (such as
10
orSomeEnum::Foo
). - Generate Rust code from an AST.
- Generate a bit-mask which masks out
n
least significant bits.