This is fork of tokyocabinet-sys crate.
Note: atm it in development state. So interface can changed.
I just need tokyocabinet bindnings for my purposes which used system wide installed tokyocabinet library. This crate will used in asap database.
Almost-complete bindings for leveldb for Rust.
fork of Tokyocabinet-sys
A crate for accessing low level functions in the TokyoCabinet key value store.
-
Abstract DB (
tcadb
) -
B+ Tree DB (
tcbdb
) -
Hash Table DB (
tchdb
) -
Fixed length DB (
tcfdb
) -
Table DB (tctdb)
-
Cursors (
tccur
) -
Extensible Strings (
tcxstr
) -
Array List (
tclist
) -
Ordered Tree (
tctree
) -
In Memory B+ Tree DB (
tcndb
) -
In Memory Hash Table DB (
tcmdb
) -
Memory Pool
All the code in this repository is released under the BSD 2-Clause License, for more information take a look at the [LICENSE] file.