[[bench]]
harness = false
name = "btree_bench"
path = "benches/btree_bench.rs"
[dependencies]
[dev-dependencies.criterion]
version = "0.5"
[lib]
name = "cobt"
path = "src/lib.rs"
[package]
authors = ["Toby Faucher toby@tfaucher.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms"]
description = "A Cache-Oblivious B-Tree implementation in Rust"
documentation = "https://docs.rs/cobt"
edition = "2021"
keywords = ["btree", "cache-oblivious", "data-structure"]
license = "MIT"
name = "cobt"
readme = "README.md"
repository = "https://github.com/Toby-Faucher/cobt"
version = "0.1.1"
[[test]]
name = "test_cobt"
path = "tests/test_cobt.rs"