moverox-codegen

Crates.iomoverox-codegen
lib.rsmoverox-codegen
version0.0.5
created_at2025-07-24 12:45:36.25195+00
updated_at2025-08-13 17:00:32.505957+00
descriptionGenerate Rust code from Move IR parsed by move-syn
homepage
repositoryhttps://github.com/0xangelo/moverox
max_upload_size
id1765991
size78,081
Ângelo (0xangelo)

documentation

README

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 with Address and U256 types from moverox-types
  • a traits module with HasKey, MoveDatatype and MoveType traits from moverox-traits
  • the serde crate
Commit count: 0

cargo fmt