xcb-dl

Rust bindings for libxcb

OTHER License

Downloads
2.9K
Stars
2
Committers
1

xcb-dl

This rust crate contains bindings for libxcb, libxcb-xinput, etc. Symbols are loaded dynamically at runtime, linking at compile time is not supported.

Hacking

Almost all code in this crate is auto-generated using the generate.py python script. Run generate-all to re-generate all code.

generate.py takes as input an xml file from the xcbproto project. For consistency, these files are vendored in the xcbproto directory. The current version is 1.14.1.

The python script a heavily modified version of the c_client.py script in the libxcb source code.

License

X11

Package Rankings
Top 29.06% on Crates.io
Badges
Extracted from project README
crates.io docs.rs