docs.rs failed to build tokyocabinet-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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