Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusgrass/xcb-rust
https://github.com/marcusgrass/xcb-rust
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcusgrass/xcb-rust
- Owner: MarcusGrass
- License: mpl-2.0
- Created: 2022-11-27T15:32:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T10:34:23.000Z (9 months ago)
- Last Synced: 2024-11-08T05:12:36.363Z (2 months ago)
- Language: Rust
- Size: 601 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# xcb-rust
A worse version of [x11rb](https://github.com/psychon/x11rb) trying to generate
more optimizable code.## Licensing
The project is licensed under [Mpl v2](LICENSE)The project uses a lot of copied and modified code from [x11rb](https://github.com/psychon/x11rb),
those parts are concentrated at helpers in [xcb-rust-connection/helpers](xcb-rust-connection/src/helpers),
and [xcb-rust-protocol/helpers](xcb-rust-protocol/src/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](https://github.com/psychon/x11rb/blob/33a438c93c3cbf7dc2b25bbc2f4b726b800c3117/LICENSE-MIT)
and included in [xcb-rust-connection here](xcb-rust-connection/src/helpers/x11rb-MIT-LICENSE) as well as in [xcb-rust-protocol here](xcb-rust-protocol/src/helpers/x11rb-MIT-LICENSE).