19 releases

0.6.1 Apr 13, 2024
0.6.0 Nov 1, 2022
0.5.2 Aug 9, 2020
0.5.1 Sep 29, 2019
0.1.1 Jul 6, 2015

#240 in Cryptography

Download history 530/week @ 2024-04-04 712/week @ 2024-04-11 677/week @ 2024-04-18 515/week @ 2024-04-25 636/week @ 2024-05-02 594/week @ 2024-05-09 559/week @ 2024-05-16 429/week @ 2024-05-23 534/week @ 2024-05-30 592/week @ 2024-06-06 655/week @ 2024-06-13 809/week @ 2024-06-20 1105/week @ 2024-06-27 759/week @ 2024-07-04 691/week @ 2024-07-11 832/week @ 2024-07-18

3,591 downloads per month
Used in 31 crates (2 directly)

LGPL-2.1

95KB
1.5K SLoC

libgpg-error

Build Status crates.io version LGPL-2.1 licensed downloads

libgpg-error bindings for Rust.

Using

To use the crate, add it to your depedencies:

$ cargo add libgpg-error

Requirements

These crates require the libgpg-error library and its development files to be installed. The build script uses the system-deps crate to attempt to locate them (or the registry on Windows).

On Debian/Ubuntu based systems:

$ sudo apt-get install libgpg-error-dev

On Fedora/RHEL based systems:

$ sudo dnf install libgpg-error-devel

On MacOS systems:

$ brew install gnupg

On Windows 10 (1709 or later) systems:

$ winget install --id GnuPG.Gpg4win

On Windows systems, download and install the official Gpg4win installer. Only the i686-pc-windows-gnu target is supported.

License

The libgpg-error and libgpg-error-sys crates are licensed under the LGPL-2.1 license. Files under vendor are part of libgpg-error and are licensed under LGPL-2.1-or-later.

Dependencies

~0–1.3MB
~12K SLoC