GPGme bindings for Rust.
The GPGme libraries are required to use this library.
Put this in your Cargo.toml
:
toml
[dependencies]
gpgme = "*"
And this in your crate root:
rust
extern crate gpgme;
Some simple example programs based on those in the GPGme sources can be found in examples.
They can be run with cargo:
shell
$ cargo run --example keylist --
keyid : 89ABCDEF01234567
fpr : 0123456789ABCDEF0123456789ABCDEF01234567
caps : esc
flags :
userid 0: Example <example@example.org>
valid 0: Unknown