Adding py32_hal library as a dependency

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:

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.