Adding keyarray library as a dependency

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

cargo add keyarray

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

keyarray = "0.0.1-alpha"

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

Back to the crate overview.