Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
oxigraph/oxrocksdb-sys/README.md

11 lines
555 B

Oxigraph RocksDB bindings
=========================
[RocksDB](http://rocksdb.org/) bindings for [Oxigraph](https://oxigraph.org).
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](https://crates.io/crates/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](https://crates.io/crates/librocksdb-sys) under Apache v2 license.