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