Crates.io | oxrocksdb-sys |
lib.rs | oxrocksdb-sys |
version | 0.4.3 |
source | src |
created_at | 2022-01-29 16:46:27.288126 |
updated_at | 2024-11-07 18:14:18.644916 |
description | Rust bindings for RocksDB for Oxigraph usage. |
homepage | |
repository | https://github.com/oxigraph/oxigraph/tree/main/oxrocksdb-sys |
max_upload_size | |
id | 523695 |
size | 21,034,441 |
RocksDB bindings for Oxigraph.
By default it builds RocksDB as part of this crate.
It is also possible to dynamically link to RocksDB using the disabled by default pkg-config
feature.
In this case pkg-config will be used to link to RocksDB.
Refer to this crate documentation if you want to configure the library lookup.
Based on librocksdb-sys under Apache v2 license.