Crates.io | xproto |
lib.rs | xproto |
version | 2.0.1 |
source | src |
created_at | 2018-11-22 15:32:24.889385 |
updated_at | 2021-02-13 15:36:18.226859 |
description | Rust bindings to the X11 protocol library |
homepage | |
repository | https://github.com/dylanmckay/xproto |
max_upload_size | |
id | 98172 |
size | 1,747,614 |
Bindings to the xproto library.
Rust transpilation of the xproto
library.
This library exposes types and values required to communicate with, or as, an X11 server.
The C xproto
library does not contain any logic - only datastructures and constants.
This means the library does not contain any C code or link to any non-Rust object files.