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

#26 in Graphics APIs

Download history 133713/week @ 2024-12-14 73107/week @ 2024-12-21 96172/week @ 2024-12-28 135134/week @ 2025-01-04 141242/week @ 2025-01-11 128027/week @ 2025-01-18 135658/week @ 2025-01-25 167599/week @ 2025-02-01 253865/week @ 2025-02-08 235312/week @ 2025-02-15 290230/week @ 2025-02-22 305527/week @ 2025-03-01 300799/week @ 2025-03-08 296854/week @ 2025-03-15 279698/week @ 2025-03-22 230796/week @ 2025-03-29

1,154,449 downloads per month
Used in 979 crates (50 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