Adding cornerstore library as a dependency

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

cargo add cornerstore

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

cornerstore = "0.1.0"

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

Back to the crate overview.