Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

apasel422/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

[dependencies]
tree = "*"

and this to the crate root:

extern crate tree;

About

An ordered map and set based on a binary search tree.

Resources

Stars

Watchers

Forks

Packages

No packages published