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

#24 in GUI

Download history 47449/week @ 2024-09-26 50875/week @ 2024-10-03 50881/week @ 2024-10-10 53332/week @ 2024-10-17 54080/week @ 2024-10-24 57354/week @ 2024-10-31 51762/week @ 2024-11-07 56256/week @ 2024-11-14 54731/week @ 2024-11-21 61576/week @ 2024-11-28 61082/week @ 2024-12-05 63750/week @ 2024-12-12 47663/week @ 2024-12-19 51850/week @ 2024-12-26 56891/week @ 2025-01-02 49400/week @ 2025-01-09

216,318 downloads per month
Used in 501 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