https://github.com/xmas7/wayland-client-rs
These are bindings to the reference implementation of the wayland protocol. This is not a pure rust implementation of the wayland protocol, and thus requires libwayland-client.so to be available.
https://github.com/xmas7/wayland-client-rs
client protocol rs wayland
Last synced: about 2 months ago
JSON representation
These are bindings to the reference implementation of the wayland protocol. This is not a pure rust implementation of the wayland protocol, and thus requires libwayland-client.so to be available.
- Host: GitHub
- URL: https://github.com/xmas7/wayland-client-rs
- Owner: xmas7
- License: mit
- Created: 2022-09-06T00:02:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T00:05:34.000Z (over 2 years ago)
- Last Synced: 2025-02-01T09:27:42.844Z (4 months ago)
- Topics: client, protocol, rs, wayland
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/vberger/wayland-client-rs)
[](https://crates.io/crates/wayland-client)# Wayland_client
These are bindings to the [reference implementation](http://wayland.freedesktop.org/)
of the wayland protocol. This is not a pure rust implementation of the wayland
protocol, and thus requires `libwayland-client.so` to be available.The library does not actually link to the `libwayland-client.so`, but rather tries to loads it
dynamically at first use. This allows to easily make an optionnal support for wayland on projects
using it, as wayland is not yet a largely spread technology.## Documentation
The documentation is [available online](http://vberger.github.io/wayland-client-rs/wayland_client/).