mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-25 02:55:12 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I84d9f46bb9bba0e893aa4f99d6ff48f76a6a6964
6 lines
302 B
Rust
6 lines
302 B
Rust
// Reference documentation:
|
|
// https://wayland.freedesktop.org/docs/html/apa.html#protocol-spec-wl_data_device
|
|
// https://docs.rs/wl-clipboard-rs/latest/wl_clipboard_rs
|
|
// https://github.com/YaLTeR/wl-clipboard-rs/blob/master/wl-clipboard-rs-tools/src/bin/wl_copy.rs
|
|
pub mod wl_copy;
|
|
pub mod wl_paste;
|