Crates.io | gmime |
lib.rs | gmime |
version | 0.8.1 |
source | src |
created_at | 2018-03-29 07:14:41.472822 |
updated_at | 2021-11-21 20:29:17.336588 |
description | Bindings for gmime-3.0 |
homepage | https://github.com/vhdirk/gmime-rs |
repository | |
max_upload_size | |
id | 58036 |
size | 334,904 |
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;