rpmlib-sys 0.4.1

RPM Package Manager library FFI bindings (librpm, librpmbuild, librpmsign)
docs.rs failed to build rpmlib-sys-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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

Crate Build Status Apache 2.0 Licensed

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

https://docs.rs/crate/rpmlib/

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

License

The rpmlib-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.