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 |
#2270 in Parser implementations
145 downloads per month
485KB
12K
SLoC
gmime-rs
Rust bindings and wrappers for GMime 3.
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
~222K SLoC