gpgme-sys 0.6.0

Raw bindings for gpgme
Documentation
#![allow(non_camel_case_types)]
#![allow(unused_imports)]

extern crate libc;
extern crate libgpg_error_sys;

pub use self::consts::*;
pub use self::types::*;
pub use self::funcs::*;

mod consts;
mod types;
mod funcs;