This commit is contained in:
nora 2021-08-08 16:41:43 +02:00
parent a0b2f91a18
commit e41d110dd7
3 changed files with 144 additions and 60 deletions

View file

@ -6,4 +6,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
criterion = "0.3.5"
[[bench]]
name = "linked_list"
harness = false