Adding basic library as a dependency

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

cargo add basic

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

basic = "0.1.0"

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

Back to the crate overview.