Registry / utility / doe
library1.1.86rscratesunverified

A powerful Rust crate providing macros and utilities for clipboard, cryptography, keyboard, and mouse interaction.

# Cargo.toml [dependencies] doe = "1.1.86"
INSTALL
IMPORT
SIG · DOE
D
doe
utilityrustv1.1.86
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.

get_text
use doe::clipboard::get_text;

Retrieves text from the system clipboard.

use doe::clipboard::get_text; fn main() { if let Ok(text) = get_text() { println!("Clipboard: {}", text); } }
Debug
Known issues
gotchaMay require platform-specific permissions for clipboard/keyboard/mouse access.
fix
Ensure appropriate OS permissions are granted.
affects: >=1.0.0
Upgrade
Version history
1.1.86latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
doe — cargo add doe · libregistry