rpmlib-sys: bindgen wrapper for RPM Package Manager C library

Crate Build Status Apache 2.0 Licensed

This crate uses bindgen to generate an unsafe FFI wrapper for the [rpmlib C library], which provides a low-level API for interacting with the [RPM Package Manager] and .rpm files.

This crate isn't intended to be used directly, but instead provides an unsafe, low-level binding used by the higher level rpmlib crate, which aims to provide a safe, idiomatic, high-level binding to the C library:

https://docs.rs/crate/rpmlib/

If you're intending to add a feature to the rpmlib crate however, you have come to the right place. You can find documentation here:

License

The rpmlib-sys crate is distributed under the terms of the Apache License (Version 2.0).

See [LICENSE] file in the iqlusion-io/crates toplevel directory for more information.