17 releases (breaking)

0.13.0 Dec 9, 2023
0.12.0 May 27, 2023
0.11.1 Jan 6, 2023
0.11.0 Nov 18, 2022
0.2.0 Nov 2, 2019

#3 in Graphics APIs

Download history 59580/week @ 2023-12-23 79949/week @ 2023-12-30 91015/week @ 2024-01-06 101927/week @ 2024-01-13 110586/week @ 2024-01-20 113896/week @ 2024-01-27 110558/week @ 2024-02-03 119227/week @ 2024-02-10 112421/week @ 2024-02-17 121907/week @ 2024-02-24 118613/week @ 2024-03-02 112151/week @ 2024-03-09 118409/week @ 2024-03-16 123993/week @ 2024-03-23 122162/week @ 2024-03-30 84501/week @ 2024-04-06

462,649 downloads per month
Used in 764 crates (48 directly)

MIT/Apache

6.5MB
149K SLoC

X11 rust bindings

GitHub Actions Status Crate API Minimum rustc version License

Feel free to open issues for any problems or questions you might have. A comparison with some other Rust X11 libraries is available in an extra document.

Building

This crate uses a code generator that is implemented in Rust. A copy of the generated code is included, so you do not need to run the generator unless you have modified the definitions or the generator itself.

The code generator uses the X11 XML description from xcb-proto. A copy of xcb-proto that comes with the source code is used.

The interaction with libxcb via XCBConnection requires at least libxcb 1.12.

Crate features

Most X11 extensions are feature-gated. For example, to use the shared memory extension, the shm feature has to be enabled.

The all-extensions feature just enables all X11 extensions.

Additionally, the allow-unsafe-code feature enables XCBConnection. This uses libxcb internally and allows sharing the underlying xcb_connection_t pointer with other code.

The cursor feature enables X11 cursor support via the cursor module. This module helps with loading cursors from the current cursor theme.

Current state

The full X11 protocol is supported by this library. All extensions that are available in xcb-proto can be used and even FD passing with the server is supported.

The changelog is available in a separate file.

License

Licensed under either of

at your option.

The subdirectory xcb-proto-1.15.2-gb016df1 contains a vendored copy of the package of the same name. It is covered by the MIT license. See xcb-proto-1.15.2-gb016df1/COPYING for details.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~2–11MB
~113K SLoC