sklears_python
Run this command in a terminal, in your project's directory:
cargo add sklears-python
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
sklears-python = "0.1.0-beta.1"
The sklears_python library will be automatically available globally. Read the sklears_python library documentation.
Back to the crate overview.