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