Rust ffi-bindings for GMime 3.
Documentation
gmime-sys expects libgmime development files to be installed on your system.
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] gmime-sys = "*"
and this to your crate root:
rust extern crate gmime_sys;