Crates.io | x11-sys |
lib.rs | x11-sys |
version | 0.1.1 |
source | src |
created_at | 2022-11-27 06:50:37.811892 |
updated_at | 2023-04-28 23:49:38.510444 |
description | X11 library bindings |
homepage | https://github.com/daggerbot/x11-sys |
repository | https://github.com/daggerbot/x11-sys |
max_upload_size | |
id | 723613 |
size | 63,404 |
This Rust crate provides bindings to the X11 libraries.
This is similar to the x11
crate but uses bindgen
to generate bindings rather than having them written by hand.
x11-sys
cannot replace x11-dl
, as bindgen
currently does not support generating library structs.