basic_tree 0.2.5

basic tree for rust, for now including only trie
Documentation
# Basic_Tree

[![Crate](https://img.shields.io/crates/v/basic_tree.svg)](https://crates.io/crates/basic_tree)

A Rust library for tree structure.

Basic_tree provides the basic tree implementation.

For now, it only implement a trie tree

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
basic_tree = "*"
```

## instructions

this lib is just a personal work, hope it can help you