librpmbuild-sys: bindgen wrapper for librpmbuild C library
This crate uses bindgen to generate an unsafe FFI wrapper for the rpmbuild C library, which provides a low-level API for building .rpm files for use with the RPM Package Manager.
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:
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/.