x11-sys 0.1.1

X11 library bindings
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 63.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 104.51 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • daggerbot

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.