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

#19 in GUI

Download history 39984/week @ 2024-07-30 44124/week @ 2024-08-06 45163/week @ 2024-08-13 44066/week @ 2024-08-20 50046/week @ 2024-08-27 53552/week @ 2024-09-03 46559/week @ 2024-09-10 40598/week @ 2024-09-17 45634/week @ 2024-09-24 50378/week @ 2024-10-01 51106/week @ 2024-10-08 53854/week @ 2024-10-15 53369/week @ 2024-10-22 55584/week @ 2024-10-29 55150/week @ 2024-11-05 45208/week @ 2024-11-12

218,656 downloads per month
Used in 479 crates (114 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