Adding module_registry library as a dependency

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:

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.