librpmbuild_sys/lib.rs
1/*
2 * Copyright (C) RustRPM Developers
3 *
4 * Licensed under the Mozilla Public License Version 2.0
5 * Fedora-License-Identifier: MPLv2.0
6 * SPDX-2.0-License-Identifier: MPL-2.0
7 * SPDX-3.0-License-Identifier: MPL-2.0
8 *
9 * This is free software.
10 * For more information on the license, see LICENSE.
11 * For more information on free software, see <https://www.gnu.org/philosophy/free-sw.en.html>.
12 *
13 * This Source Code Form is subject to the terms of the Mozilla Public
14 * License, v. 2.0. If a copy of the MPL was not distributed with this
15 * file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
16 */
17
18//! rpmbuild library (i.e. `librpmbuild.so`) FFI bindings.
19//!
20//! Automatically generated by bindgen.
21//!
22//! This crate isn't intended to be used directly, but instead provides the
23//! low-level binding which is used by the idiomatic librpm crate.
24
25#![doc(html_root_url = "https://rustrpm.org/librpmbuild_sys/")]
26#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
27
28// Bindings to librpmbuild.so
29include!(concat!(env!("OUT_DIR"), "/binding.rs"));