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