Adding _rust library as a dependency

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

cargo add rs1090-python

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

rs1090-python = "0.4.15"

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

Back to the crate overview.