Adding xdid_method_key library as a dependency

Run this command in a terminal, in your project's directory:

cargo add xdid-method-key

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

xdid-method-key = "0.6.0"

The xdid_method_key library will be automatically available globally. Read the xdid_method_key library documentation.

Back to the crate overview.