rust-librocksdb-sys

Crates.iorust-librocksdb-sys
lib.rsrust-librocksdb-sys
version
sourcesrc
created_at2024-02-10 19:21:41.7563+00
updated_at2025-03-07 06:05:38.374366+00
descriptionNative bindings to librocksdb
homepage
repositoryhttps://github.com/zaidoon1/rust-rocksdb
max_upload_size
id1135141
Cargo.toml error:TOML parse error at line 34, column 1 | 34 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Zaidoon Abd Al Hadi (zaidoon1)

documentation

README

RocksDB bindings

Low-level bindings to RocksDB's C API.

Based on the original work by Tyler Neely https://github.com/rust-rocksdb/rust-rocksdb and Jeremy Fitzhardinge https://github.com/jsgf/rocksdb-sys

Version

The librocksdb-sys version number is in the format X.Y.Z+RX.RY.RZ, where X.Y.Z is the version of this crate and follows SemVer conventions, while RX.RY.RZ is the version of the bundled rocksdb.

Commit count: 1120

cargo fmt