oxrocksdb-sys

Crates.iooxrocksdb-sys
lib.rsoxrocksdb-sys
version0.5.0
created_at2022-01-29 16:46:27.288126+00
updated_at2025-09-13 15:59:13.21731+00
descriptionRust bindings for RocksDB for Oxigraph usage.
homepage
repositoryhttps://github.com/oxigraph/oxigraph/tree/main/oxrocksdb-sys
max_upload_size
id523695
size21,951,872
Thomas Tanon (Tpt)

documentation

https://docs.rs/oxrocksdb-sys

README

Oxigraph RocksDB bindings

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.

Commit count: 2106

cargo fmt