Adding kib library as a dependency

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

cargo add kib

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

kib = "7.1.1"

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

Back to the crate overview.