use-arg
Primitive owned argument tokens for CLI-adjacent Rust code.
use-arg works at the token level. It can identify positional-looking tokens, the -- option separator, and flag-like tokens, but it does not parse a command line or define parser state.
Example
use ;
let input = from;
let args = from_iter;
assert!;
assert!;
assert_eq!;
Scope
This crate intentionally avoids full parsing, subcommands, option schemas, and grouped flag expansion.