Adding thubo library as a dependency

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

cargo add thubo

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

thubo = "0.1.1"

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

Back to the crate overview.