25 releases

0.7.2 Jul 16, 2024
0.7.1 Feb 20, 2024
0.7.0 Oct 10, 2023
0.6.6 Jun 20, 2022
0.1.0 Feb 14, 2019

#63 in GUI

Download history 43628/week @ 2024-08-19 53235/week @ 2024-08-26 48366/week @ 2024-09-02 46138/week @ 2024-09-09 48638/week @ 2024-09-16 53334/week @ 2024-09-23 52772/week @ 2024-09-30 52111/week @ 2024-10-07 53953/week @ 2024-10-14 56112/week @ 2024-10-21 56342/week @ 2024-10-28 60790/week @ 2024-11-04 48245/week @ 2024-11-11 48631/week @ 2024-11-18 48681/week @ 2024-11-25 45476/week @ 2024-12-02

194,389 downloads per month
Used in 495 crates (6 directly)

MIT license

33KB
673 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–15MB
~211K SLoC