Expand description
Generate Rust code from Move IR parsed by move-syn.
Defines extension traits to generate Rust code from Move intermediate representation.
thecrate in arguments here is the path to a crate/module which exports:
- a
typesmodule withAddressandU256types frommoverox-types - a
traitsmodule withHasKey,MoveDatatypeandMoveTypetraits frommoverox-traits - the
serdecrate
Structs§
- Item
Context - Context for Rust code generation from a Move item.