Crates.io | xcb-rust-protocol |
lib.rs | xcb-rust-protocol |
version | 0.2.3 |
source | src |
created_at | 2023-07-25 21:18:04.482453 |
updated_at | 2024-05-05 10:32:23.850275 |
description | Rust x11 connection interface layer |
homepage | https://github.com/MarcusGrass/xcb-rust |
repository | https://github.com/MarcusGrass/xcb-rust |
max_upload_size | |
id | 926015 |
size | 2,904,355 |
A worse version of x11rb trying to generate more optimizable code.
The project is licensed under Mpl v2
The project uses a lot of copied and modified code from x11rb, those parts are concentrated at helpers in xcb-rust-connection/helpers, and xcb-rust-protocol/helpers. While that project is an obvious influence on the entirety of those two crates. The license for x11rb can be found at that repo here and included in xcb-rust-connection here as well as in xcb-rust-protocol here.