Registry / utility / clio
library0.3.5rscratesunverified

A library for parsing CLI file names, handling input/output file specifications from command-line arguments.

# Cargo.toml [dependencies] clio = "0.3.5"
INSTALL
IMPORT
SIG · CLIO
C
clio
utilityrustv0.3.5
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.

Clio
✓ use clio::Clio;

Parse a CLI file name argument

use clio::Clio; fn main() { let input = Clio::new("input.txt").unwrap(); println!("Parsed file: {:?}", input); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
clio — cargo add clio · libregistry