librpm-sys 0.2.1

RPM Package Manager library FFI bindings (librpm.so)
Documentation

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

Crate Build Status MPL-2.0 Licensed

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/.