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
types
module withAddress
andU256
types frommoverox-types
- a
traits
module withHasKey
,MoveDatatype
andMoveType
traits frommoverox-traits
- the
serde
crate