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

#37 in GUI

Download history 50301/week @ 2024-11-08 57892/week @ 2024-11-15 55111/week @ 2024-11-22 61547/week @ 2024-11-29 61260/week @ 2024-12-06 63156/week @ 2024-12-13 44613/week @ 2024-12-20 53669/week @ 2024-12-27 58676/week @ 2025-01-03 58750/week @ 2025-01-10 61471/week @ 2025-01-17 71972/week @ 2025-01-24 70688/week @ 2025-01-31 78632/week @ 2025-02-07 42726/week @ 2025-02-14

203,707 downloads per month
Used in 515 crates (112 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