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 [RedHat Package Manager (RPM)] 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:
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.