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

#62 in GUI

Download history 81390/week @ 2024-01-05 82134/week @ 2024-01-12 92516/week @ 2024-01-19 81384/week @ 2024-01-26 85722/week @ 2024-02-02 95743/week @ 2024-02-09 82824/week @ 2024-02-16 94933/week @ 2024-02-23 101310/week @ 2024-03-01 97015/week @ 2024-03-08 99101/week @ 2024-03-15 102220/week @ 2024-03-22 118190/week @ 2024-03-29 92611/week @ 2024-04-05 103445/week @ 2024-04-12 87991/week @ 2024-04-19

420,544 downloads per month
Used in 773 crates (44 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