Thanks to visit codestin.com
Credit goes to lib.rs

Adding is_tree library as a dependency

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:

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.