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 118529/week @ 2024-09-17 132354/week @ 2024-09-24 141249/week @ 2024-10-01 123823/week @ 2024-10-08 136183/week @ 2024-10-15 137007/week @ 2024-10-22 137049/week @ 2024-10-29 127616/week @ 2024-11-05 144867/week @ 2024-11-12 133990/week @ 2024-11-19 123087/week @ 2024-11-26 145306/week @ 2024-12-03 146244/week @ 2024-12-10 112371/week @ 2024-12-17 85864/week @ 2024-12-24 74491/week @ 2024-12-31

440,443 downloads per month
Used in 937 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