AltF02 / x11-rs

Rust bindings for X11 libraries

Home Page:https://docs.rs/x11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust bindings for X11 libraries

https://docs.rs/x11

License:MIT License


Languages

Language:Rust 99.9%Language:Makefile 0.1%