Adding arborium_python library as a dependency

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

cargo add arborium-python

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

arborium-python = "2.13.0"

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

Back to the crate overview.