rust_helia
Run this command in a terminal, in your project's directory:
cargo add rust-helia
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
rust-helia = "0.1.4"
The rust_helia library will be automatically available globally. Read the rust_helia library documentation.
Back to the crate overview.