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