x11-sys 0.1.0

X11 library bindings
docs.rs failed to build x11-sys-0.1.0
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: x11-sys-0.1.1

x11-sys

This Rust crate provides bindings to the X11 libraries. This is similar to the x11 crate but uses bindgen to generate bindings rather than having them written by hand. x11-sys cannot replace x11-dl, as bindgen currently does not support generating library structs.