Adding smartcore library as a dependency

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

cargo add smartcore

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

smartcore = "0.4.9"

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

Back to the crate overview.