librsb-sys

The librsb-sys provides FFI bindings to librsb library. In order to conditionally generate bindings and documents, it is suggested to use the following snipplet in Cargo.toml.

```toml [dependencies] librsb-sys = "X.Y.Z" # Fill the version here

[features] codegen = ["librsb-sys/codegen"] doc-only = ["librsb-sys/doc-only"]

[package.metadata.docs.rs] features = ["doc-only"] ```

The librsb-sys reads the following environment variables.

License

LGPL-3.0. See license file