| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Generate Rust modules, like in this repository:
cargo run --bin codegen -- modules --out-dir modules/Generate JSON file containing jet information:
cargo run --bin codegen -- docs elements.jsonThis JSON file contains an array of jets, each of which includes the following information:
Note
Structure of generated JSON similar to file in simplicity-lang-org repo, but it contains only array, without an object elements above.
Install simplicityhl via cargo with docs feature -- simplicityhl-codegen would be installed alongside simc:
cargo install simplicityhl --features docsOr install from local repository:
cargo install --path ./ --features docs| Back | FazBrowse Home | New Git URL |