Adding rs1090 library as a dependency

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

cargo add rs1090

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

rs1090 = "0.4.15"

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

Back to the crate overview.