librpm-sys 0.2.0

RPM Package Manager library FFI bindings (librpm.so)
Documentation
# librpm-sys: bindgen wrapper for RPM Package Manager C library

[![Crate][crate-image]][crate-link]
[![Build Status][build-image]][build-link]
[![MPL-2.0 Licensed][license-image]][license-link]

This crate uses bindgen to generate an unsafe FFI wrapper for the
[librpm 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 **librpm** crate, which aims to
provide a safe, idiomatic, high-level binding to the C library:

https://rustrpm.org/

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

[Documentation]

## License

Copyright (C) RustRPM Developers

This library is free software.
For more information on free software, see <https://www.gnu.org/philosophy/free-sw.en.html>.

This Source Code Form is subject to the terms of the [Mozilla Public License, v. 2.0].
If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0/>.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/librpm-sys.svg
[crate-link]: https://crates.io/crates/librpm-sys
[build-image]: https://github.com/rpm-software-management/librpm.rs/actions/workflows/ci.yml/badge.svg?branch=main
[build-link]: https://github.com/rpm-software-management/librpm.rs/actions
[license-image]: https://img.shields.io/badge/license-MPLv2.0-blue.svg
[license-link]: https://github.com/rpm-software-management/librpm.rs/blob/main/LICENSE

[//]: # (general links)

[Documentation]: https://rustrpm.org/librpm-sys/
[librpm C library]: http://ftp.rpm.org/api/4.14.0/
[RPM Package Manager]: http://rpm.org/
[Mozilla Public License, v. 2.0]: https://github.com/rpm-software-management/librpm.rs/blob/main/LICENSE