Adding rust_helia library as a dependency

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:

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.