39 stable releases

2.21.0 Jan 18, 2023
2.20.1 Nov 24, 2022
2.20.0 Aug 9, 2022
2.19.1 Sep 25, 2021
1.1.0 May 19, 2015

#58 in Unix APIs

Download history 142668/week @ 2025-01-28 180621/week @ 2025-02-04 249450/week @ 2025-02-11 270932/week @ 2025-02-18 286848/week @ 2025-02-25 296808/week @ 2025-03-04 311206/week @ 2025-03-11 288124/week @ 2025-03-18 280909/week @ 2025-03-25 265995/week @ 2025-04-01 272961/week @ 2025-04-08 230394/week @ 2025-04-15 261234/week @ 2025-04-22 243962/week @ 2025-04-29 226226/week @ 2025-05-06 186696/week @ 2025-05-13

951,383 downloads per month
Used in 1,008 crates (51 directly)

MIT license

410KB
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