basic_tree

Crates.iobasic_tree
lib.rsbasic_tree
version0.2.5
sourcesrc
created_at2019-10-22 07:05:59.620681
updated_at2019-10-22 07:47:51.77703
descriptionbasic tree for rust, for now including only trie
homepagehttps://crates.io/crates/basic_tree
repository
max_upload_size
id174608
size1,057,467
(aohan237)

documentation

https://docs.rs/basic_tree

README

Basic_Tree

Crate

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:

[dependencies]
basic_tree = "*"

instructions

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

Commit count: 0

cargo fmt