# tree **Repository Path**: ztmart/tree ## Basic Information - **Project Name**: tree - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-03 - **Last Updated**: 2024-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tree An ordered map and set based on a binary search tree. Documentation is available at https://apasel422.github.io/tree/tree. To use `tree` with Cargo, add this to `Cargo.toml`: ```toml [dependencies] tree = "*" ``` and this to the crate root: ```rust extern crate tree; ```