mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-24 18:45:11 +00:00
When the source application closes, the forked child continues serving clipboard data so it remains available for paste operations. Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I14fbcf8cbc47c40bfa1da7f8b09245936a6a6964
3 lines
88 B
Rust
3 lines
88 B
Rust
pub mod persist;
|
|
|
|
pub use persist::{ClipboardData, get_serving_pid, persist_clipboard};
|