gnupg/
lib.rs

1#![feature(core)]
2#![feature(libc)]
3
4extern crate libc;
5
6mod bindings;
7pub mod gpgme;
8pub mod keys;