rs1090
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:
Cargo.toml
[dependencies]
rs1090 = "0.4.15"
The rs1090 library will be automatically available globally. Read the rs1090 library documentation.
Back to the crate overview.