Skip to content

ohyo-io/ohyo-tokyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages