9 releases

0.8.1 Nov 21, 2021
0.1.0 Sep 16, 2019
0.0.7 Sep 14, 2019
0.0.6 Apr 15, 2018
0.0.4 Mar 31, 2018

#1916 in Parser implementations

MIT and maybe LGPL-2.0

485KB
12K SLoC

gmime-rs

Rust bindings and wrappers for GMime 3.

Build Status Crate version Download statistics License

Documentation

Building

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

Using

Add this to your Cargo.toml:

[dependencies]
gmime = "*"

and this to your crate root:

extern crate gmime;

Dependencies

~10MB
~219K SLoC