gmime-sys

Crates.iogmime-sys
lib.rsgmime-sys
version0.8.1
sourcesrc
created_at2018-03-28 07:05:35.705397
updated_at2021-11-21 19:19:18.143657
descriptionFFI bindings to gmime-3.0, generated with gtk-rs' gir tool
homepagehttps://github.com/vhdirk/gmime-rs
repository
max_upload_size
id57867
size196,005
Dirk Van Haerenborgh (vhdirk)

documentation

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

README

gmime-sys

Rust ffi-bindings for GMime 3.

Crate version Download statistics License

Documentation

Building

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

Using

Add this to your Cargo.toml:

[dependencies]
gmime-sys = "*"

and this to your crate root:

extern crate gmime_sys;
Commit count: 0

cargo fmt