Registry / cli / crokey

crokey

JSON →
library1.4.0rscratesunverified

Parse and describe keys for incorporating keybindings in terminal applications.

# Cargo.toml [dependencies] crokey = "1.4.0"
INSTALL
IMPORT
SIG · CROKEY
C
crokey
clirustv1.4.0
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.

Key
use crokey::Key;

Parses a keybinding string into a Key struct.

use crokey::Key; fn main() { let key = Key::parse("ctrl+c").unwrap(); println!("Parsed key: {:?}", key); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
crokey — cargo add crokey · libregistry