gpg-error

Crates.iogpg-error
lib.rsgpg-error
version0.6.1
sourcesrc
created_at2015-07-06 03:27:46.812101
updated_at2024-04-13 10:24:55.265166
descriptionLibgpg-error bindings for Rust
homepage
repositoryhttps://github.com/gpg-rs/libgpg-error
max_upload_size
id2539
size141,014
John Schug (johnschug)

documentation

https://docs.rs/gpg-error

README

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.

Commit count: 93

cargo fmt