Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.04 KB

ohyo-tokyo: Rust tokyocabinet bindings

This is fork of tokyocabinet-sys crate.

Note: atm it in development state. So interface can changed.

Why i made this crate

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

License

All the code in this repository is released under the BSD 2-Clause License, for more information take a look at the [LICENSE] file.