Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smithay/wlcs-rs

Rust bindings for wlcs (Wayland Conformance Test Suite)
https://github.com/smithay/wlcs-rs

Last synced: 6 days ago
JSON representation

Rust bindings for wlcs (Wayland Conformance Test Suite)

Awesome Lists containing this project

README

        

# wlcs-rs

Bindings and helpers for implementing
[wlcs](https://github.com/MirServer/wlcs). See
[wlcs_anvil](https://github.com/Smithay/smithay/tree/master/wlcs_anvil) for
usage.

# Usage
Add wlcs-rs as a dependency in `Cargo.toml`
```
[dependencies]
wlcs = "^0.1.0"
```