No description
The main highlight is the move to calloop to handle all the requests which makes it possible to remove all the active polling and clean the data reading/writing, as well as accepting arbitrary long payloads. This update also fixes the CI for the repository by moving it to github actions, sets the minimum rust version, and edition to 2021. Fixes #46. Fixes #44. Fixes #34. |
||
|---|---|---|
| .github/workflows | ||
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| doc_index.html | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
Smithay Clipboard
This crate provides access to the Wayland clipboard for applications already using some sort of GUI toolkit or a windowing library, like winit, since you should have some surface around to receive keyboard/pointer events.
If you want to access clipboard from the CLI or to write clipboard manager, this is not what you're looking for.
Documentation
The documentation for the master branch is available online.
The documentation for the releases can be found on docs.rs.