Ai
8 Star 9 Fork 0

rust/LevelDB_Rust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 831 Bytes
一键复制 编辑 原始数据 按行查看 历史
fengyang 提交于 2023-06-05 15:36 +08:00 . !105error_code 实现。 重新定义 error
[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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/rust_us/level_db_rust.git
git@gitee.com:rust_us/level_db_rust.git
rust_us
level_db_rust
LevelDB_Rust
dev

搜索帮助