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

#23 in GUI

Download history 52712/week @ 2024-10-12 51879/week @ 2024-10-19 55837/week @ 2024-10-26 57113/week @ 2024-11-02 49901/week @ 2024-11-09 57651/week @ 2024-11-16 55709/week @ 2024-11-23 61505/week @ 2024-11-30 61889/week @ 2024-12-07 63240/week @ 2024-12-14 41642/week @ 2024-12-21 55708/week @ 2024-12-28 59778/week @ 2025-01-04 58789/week @ 2025-01-11 62309/week @ 2025-01-18 62226/week @ 2025-01-25

251,290 downloads per month
Used in 501 crates (113 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