Crates.io | rust-librocksdb-sys |
lib.rs | rust-librocksdb-sys |
version | |
source | src |
created_at | 2024-02-10 19:21:41.7563+00 |
updated_at | 2025-03-07 06:05:38.374366+00 |
description | Native bindings to librocksdb |
homepage | |
repository | https://github.com/zaidoon1/rust-rocksdb |
max_upload_size | |
id | 1135141 |
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` |
size | 0 |
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
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.