tokyocabinet-rust

使用rust-bindgen 封装系统环境中的tokyobinetdb。 因此需要在系统中安装c实现的tokyocabinet。

test代码参考tokyocabinet-sys

Todo

How to use c function in Rust safe mode?

warning!

  1. libtokyocabinet use u128, make rust compiler warning。
  2. call C function seems all unsafe.

build && test

build

cargo build

test, and println

cargo test -- --nocapture

support

  • Hash Table DB(tchdb)