Crates.io | gmime-sys |
lib.rs | gmime-sys |
version | 0.8.1 |
source | src |
created_at | 2018-03-28 07:05:35.705397 |
updated_at | 2021-11-21 19:19:18.143657 |
description | FFI bindings to gmime-3.0, generated with gtk-rs' gir tool |
homepage | https://github.com/vhdirk/gmime-rs |
repository | |
max_upload_size | |
id | 57867 |
size | 196,005 |
Rust ffi-bindings for GMime 3.
gmime-sys expects libgmime development files to be installed on your system.
Add this to your Cargo.toml
:
[dependencies]
gmime-sys = "*"
and this to your crate root:
extern crate gmime_sys;