docs.rs failed to build gmime-sys-0.0.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
gmime-sys-0.8.1
gmime-sys
Rust ffi-bindings for GMime 3.
Building
gmime-sys expects libgmime development files to be installed on your system.
Using
Add this to your Cargo.toml:
[]
= "*"
and this to your crate root:
extern crate gmime_sys;