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