initial commit

This commit is contained in:
2019-12-28 16:50:04 +01:00
commit 2188ade9c7
6 changed files with 341 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "levtree"
version = "0.1.0"
authors = ["Walter Oggioni <oggioni.walter@gmail.com>"]
[dependencies]
[[bin]]
name = "linked_list"
path = "src/linked_list.rs"
[[bin]]
name = "levtree"
#path = "src/test.rs"
path = "src/main.rs"