gmime-sys

Rust ffi-bindings for GMime 3.

Crate version Download statistics License

Documentation

Building

gmime-sys expects libgmime development files to be installed on your system.

Using

Add this to your Cargo.toml:

toml [dependencies] gmime-sys = "*"

and this to your crate root:

rust extern crate gmime_sys;