74 releases (38 stable)

2.21.0 Jan 18, 2023
2.20.1 Nov 24, 2022
2.20.0 Aug 9, 2022
2.19.1 Sep 25, 2021
0.0.16 Mar 25, 2015

#77 in GUI

Download history 41475/week @ 2023-11-18 46992/week @ 2023-11-25 40420/week @ 2023-12-02 38421/week @ 2023-12-09 43513/week @ 2023-12-16 24798/week @ 2023-12-23 30319/week @ 2023-12-30 32592/week @ 2024-01-06 32763/week @ 2024-01-13 39086/week @ 2024-01-20 33815/week @ 2024-01-27 37697/week @ 2024-02-03 38604/week @ 2024-02-10 28076/week @ 2024-02-17 39218/week @ 2024-02-24 36553/week @ 2024-03-02

150,914 downloads per month
Used in 393 crates (97 directly)

MIT license

395KB
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