blob: 9ac44095c543a2cd6c8b03732c3d4af5c3b6f56b (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "tree"
version = "0.0.3"
edition = "2021"
authors = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
description = "Rust implementation of a binary tree data structure. Unstable and a work in progress."
[lib]
name = "tree"
path = "src/lib.rs"
[dependencies]
|