xcb-dl

Crates.ioxcb-dl
lib.rsxcb-dl
version0.2.0
sourcesrc
created_at2021-10-26 19:17:56.338321
updated_at2021-10-28 08:47:51.816741
descriptionRust bindings for libxcb
homepage
repositoryhttps://github.com/mahkoh/xcb-dl
max_upload_size
id472047
size5,447,942
(mahkoh)

documentation

README

xcb-dl

crates.io docs.rs

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

Commit count: 21

cargo fmt