Registry / utility / copypasta-ext

copypasta-ext

JSON →
library0.4.4rscratesunverified

A clipboard library providing useful extensions for copypasta.

# Cargo.toml [dependencies] copypasta-ext = "0.4.4"
INSTALL
IMPORT
SIG · COPYPASTA-EXT
C
copypasta-ext
utilityrustv0.4.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClipboardExt
use copypasta_ext::*;

Minimal clipboard usage.

use copypasta_ext::*; fn main() { let mut clipboard = ClipboardExt::new().unwrap(); clipboard.set_text("Hello, world!").unwrap(); println!("{}", clipboard.get_text().unwrap()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
copypasta-ext — cargo add copypasta-ext · libregistry