Thanks to visit codestin.com Credit goes to lib.rs
is_tree
Run this command in a terminal, in your project's directory:
cargo add is-tree
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
is-tree = "0.9.9"
The is_tree library will be automatically available globally. Read the is_tree library documentation.
Back to the crate overview.