rustant_plugins
Run this command in a terminal, in your project's directory:
cargo add rustant-plugins
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
rustant-plugins = "1.0.1"
The rustant_plugins library will be automatically available globally. Read the rustant_plugins library documentation.
Back to the crate overview.