使用rust-bindgen 封装系统环境中的tokyobinetdb。 因此需要在系统中安装c实现的tokyocabinet。
test代码参考tokyocabinet-sys
How to use c function in Rust safe mode?
- libtokyocabinet use
u128
, make rust compiler warning。 - call C function seems all unsafe.
build
cargo build
test, and println
cargo test -- --nocapture
- Hash Table DB(
tchdb
)