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

#25 in GUI

Download history 35147/week @ 2024-01-29 37612/week @ 2024-02-05 35953/week @ 2024-02-12 28339/week @ 2024-02-19 41238/week @ 2024-02-26 36752/week @ 2024-03-04 40695/week @ 2024-03-11 42182/week @ 2024-03-18 48296/week @ 2024-03-25 51163/week @ 2024-04-01 40899/week @ 2024-04-08 42317/week @ 2024-04-15 41419/week @ 2024-04-22 43498/week @ 2024-04-29 38939/week @ 2024-05-06 38206/week @ 2024-05-13

166,010 downloads per month
Used in 412 crates (99 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