librpmsign-sys 0.2.1

rpmsign library FFI bindings (librpmsign.so)
Documentation
  • Coverage
  • 3.85%
    1 out of 26 items documented0 out of 1 items with examples
  • Size
  • Source code size: 13.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 406.18 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tony-iqlusion dralley

librpmsign-sys: bindgen wrapper for rpmsign C library

Crate Build Status MPL-2.0 Licensed

This crate uses bindgen to generate an unsafe FFI wrapper for the rpmsign C library, which provides a low-level API for signing .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/

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