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