rocksdb2 0.1.0

Rust wrapper for Facebook's RocksDB embeddable database, added Windows support
Documentation
  • Coverage
  • 27.94%
    19 out of 68 items documented8 out of 32 items with examples
  • Size
  • Source code size: 181.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18m 8s Average build duration of successful builds.
  • all releases: 18m 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • r8d8

rust-rocksdb

Build Status Build status crates.io

documentation

Feedback and pull requests welcome! If a particular feature of RocksDB is important to you, please let me know by opening an issue, and I'll prioritize it.

[dependencies]
rocksdb = "0.6.0"

This binding is statically linked with a specific version of RocksDB. If you want to build it yourself, make sure you've also cloned the RocksDB and Snappy submodules:

git submodule update --init --recursive