Cargo command for LIGEN (Language Interface GENerator)
rustup toolchain install nightly
Note: There is no need to make it default.
cargo install cargo-ligen
cargo ligen
to build debug libraries.
cargo ligen --release
to build release libraries.
In fact, any other parameter available in cargo build
is also available in cargo ligen
.