gmime

Crates.iogmime
lib.rsgmime
version0.8.1
sourcesrc
created_at2018-03-29 07:14:41.472822
updated_at2021-11-21 20:29:17.336588
descriptionBindings for gmime-3.0
homepagehttps://github.com/vhdirk/gmime-rs
repository
max_upload_size
id58036
size334,904
Dirk Van Haerenborgh (vhdirk)

documentation

https://vhdirk.github.io/gmime-rs/gmime/

README

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;
Commit count: 0

cargo fmt