# librpm-sys: bindgen wrapper for librpm (RedHat Package Manager library)
[![Crate][crate-image]][crate-link] [![Build Status][build-image]][build-link] [![Apache 2.0 Licensed][license-image]][license-link]
[crate-image]: https://img.shields.io/crates/v/librpm-sys.svg
[crate-link]: https://crates.io/crates/librpm-sys
[build-image]: https://circleci.com/gh/iqlusion-io/crates.svg?style=shield
[build-link]: https://circleci.com/gh/iqlusion-io/crates
[license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg
[license-link]: https://github.com/iqlusion-io/crates/blob/master/LICENSE
This crate uses bindgen to generate an unsafe FFI wrapper for the librpm C
library, which provides an 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 librpm crate, which aims to provide
a higher-level wrapper which can be used from safe Rust code.
## License
The **librpm-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.
[LICENSE]: https://github.com/iqlusion-io/crates/blob/master/LICENSE