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

#24 in Graphics APIs

Download history 113891/week @ 2024-07-20 109286/week @ 2024-07-27 111462/week @ 2024-08-03 142938/week @ 2024-08-10 118665/week @ 2024-08-17 134159/week @ 2024-08-24 129874/week @ 2024-08-31 129461/week @ 2024-09-07 117286/week @ 2024-09-14 127478/week @ 2024-09-21 141082/week @ 2024-09-28 128421/week @ 2024-10-05 135468/week @ 2024-10-12 133633/week @ 2024-10-19 135983/week @ 2024-10-26 112951/week @ 2024-11-02

537,916 downloads per month
Used in 890 crates (48 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