Adding kona_comp library as a dependency

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

cargo add kona-comp

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

kona-comp = "0.4.5"

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

Back to the crate overview.