Crates.io | electrs-librocksdb-sys |
lib.rs | electrs-librocksdb-sys |
version | 0.9.0-e3+7.8.3 |
source | src |
created_at | 2021-09-18 05:42:55.002186 |
updated_at | 2023-10-11 15:21:02.309701 |
description | Native bindings to librocksdb (electrs fork) |
homepage | |
repository | https://github.com/romanz/rust-rocksdb |
max_upload_size | |
id | 453213 |
size | 16,955,607 |
Low-level bindings to RocksDB's C API.
Based on 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.