mix exclosured.init (exclosured v0.1.4)

Copy Markdown

Scaffolds the Exclosured project structure.

Creates the native/wasm/ directory with a Cargo workspace and an example Rust crate that compiles to WebAssembly.

$ mix exclosured.init
$ mix exclosured.init --module my_module

Options

  • --module - Name of the module to create (default: "example")