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