Crate noshell_parser

Source
Expand description

noshell parser provides an minimal API for parsing arguments from a byte stream.

Re-exports§

pub use lexer::Tokens;
pub use parser::Error;
pub use parser::ParsedArgs;

Modules§

lexer
Lexer for generating tokens from the command line. A lexer for generating tokens from a command line.
parser
Parser for collecting argument flags and values from a token stream. A parser for collecting arguments from a token stream.
utils
Utilities. Parser utilities.