Adding i_codegen_code library as a dependency
Run this command in a terminal, in your project's directory:
cargo add i-codegen-code
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
i-codegen-code = "0.0.5"
The i_codegen_code library will be automatically available globally.
Read the i_codegen_code library documentation.
Back to the crate overview.