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

#18 in GUI

Download history 36533/week @ 2024-06-14 34988/week @ 2024-06-21 37249/week @ 2024-06-28 35434/week @ 2024-07-05 37417/week @ 2024-07-12 36222/week @ 2024-07-19 38526/week @ 2024-07-26 40892/week @ 2024-08-02 47525/week @ 2024-08-09 40951/week @ 2024-08-16 48550/week @ 2024-08-23 53362/week @ 2024-08-30 49283/week @ 2024-09-06 43865/week @ 2024-09-13 42870/week @ 2024-09-20 40890/week @ 2024-09-27

186,108 downloads per month
Used in 462 crates (111 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