Skip to content

Basic wrapper for tokyocabinet key value stores for Rust.

Notifications You must be signed in to change notification settings

ehiggs/tokyocabinet-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic wrapper for tokyocabinet key value stores for Rust.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages