代码拉取完成,页面将自动刷新
[package]
name = "level_db_rust"
version = "0.1.0"
edition = "2021"
[lib]
name = "level_db_rust"
path = "src/lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
tokio = "1.24.1"
jemallocator = "0.5"
jemalloc-sys = { version = "0.5", features = ["stats"] }
# 自定义过程宏的crate
custom_proc_macro = { path = "custom_proc_macro" }
# error
anyhow = { version = "1.0.65" }
anyerror = { version = "=0.1.8" }
thiserror = { version = "1.0.40" }
[dev-dependencies]
criterion = { version = "0.4.0", features = ["html_reports"] }
crc32fast = "1.3.2"
skiplist = "0.4.0"
[profile.dev]
[profile.release]
[[bench]]
name = "crc_bench"
harness = false
[[bench]]
name = "skiplist_bench"
harness = false
[[bench]]
name = "u32_shift"
harness = false
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。