39 stable releases

2.21.0 Jan 18, 2023
2.20.1 Nov 24, 2022
2.20.0 Aug 9, 2022
2.19.1 Sep 25, 2021
1.1.0 May 19, 2015

#84 in Unix APIs

Download history 324107/week @ 2025-09-25 340246/week @ 2025-10-02 358375/week @ 2025-10-09 350842/week @ 2025-10-16 327161/week @ 2025-10-23 319637/week @ 2025-10-30 306257/week @ 2025-11-06 320214/week @ 2025-11-13 353681/week @ 2025-11-20 314802/week @ 2025-11-27 344793/week @ 2025-12-04 364077/week @ 2025-12-11 327007/week @ 2025-12-18 248860/week @ 2025-12-25 319129/week @ 2026-01-01 424928/week @ 2026-01-08

1,381,513 downloads per month
Used in 1,103 crates (57 directly)

MIT license

410KB
8K SLoC

x11-rs - X11 library bindings for Rust

Build Status

x11:

x11-dl:

FAQ:

  • What is the difference between x11 and x11-dl? x11 is statically linked, x11-dl is dynamically linked.
  • What if I just want to basic calls to xlib? This crate provides calls to most x11 api's, if you want to do basic calls, take a look at https://github.com/notgull/tiny-xlib

License

Licensed under

for related Discussion with contributors see #82


The X11 libraries written in C are available under the terms of the MIT license. These bindings are available as public domain.

Dependencies