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