docs.rs failed to build wepoll-sys-stjepang-1.0.8
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:
wepoll-sys-stjepang-1.0.7
wepoll-sys-stjepang (a fork of wepoll-sys)
wepoll-sys-stjepang provides Rust bindings to wepoll, generated using bindgen. The wepoll library is included in this crate and compiled automatically, removing the need for manually installing it.
Requirements
- Rust 2018
- Windows
- clang
- A compiler such as gcc, the MSVC compiler (
cl.exe
), etc
Usage
Add wepoll-sys-stjepang as a Windows dependency (since it won't build on other platforms):
[]
= "1.0"
Since this crate just provides a generated wrapper around the wepoll library, usage is the same as with the C code. For example:
use wepoll_sys_stjepang;