#clipboard #wayland #applications #gui-applications #clients #winit #windowing

smithay-clipboard

Provides access to the wayland clipboard for client applications

24 releases

0.7.1 Feb 20, 2024
0.7.0 Oct 10, 2023
0.6.6 Jun 20, 2022
0.6.5 Oct 31, 2021
0.1.0 Feb 14, 2019

#44 in GUI

Download history 20196/week @ 2023-12-20 20039/week @ 2023-12-27 27713/week @ 2024-01-03 27472/week @ 2024-01-10 35141/week @ 2024-01-17 34186/week @ 2024-01-24 34519/week @ 2024-01-31 35825/week @ 2024-02-07 37357/week @ 2024-02-14 36885/week @ 2024-02-21 35563/week @ 2024-02-28 35923/week @ 2024-03-06 35676/week @ 2024-03-13 39502/week @ 2024-03-20 39336/week @ 2024-03-27 28213/week @ 2024-04-03

149,178 downloads per month
Used in 359 crates (6 directly)

MIT license

33KB
663 lines

crates.io

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.

Contact Us

If you have questions or want to discuss the project with us, join our chatroom on matrix: #sctk:matrix.org.


lib.rs:

Smithay Clipboard

Provides access to the Wayland clipboard for gui applications. The user should have surface around.

Dependencies

~6–17MB
~216K SLoC