Modules§
Macros§
- c_str
- Convert a
&str
into*const libc::c_char
- peek_
identifier_ or_ err - Peeks at the next token and returns the name of the identifier if it is one.
- peek_
literal_ or_ err - Peeks at the next token and returns the value of the literal if it is one.
- peek_
symbol_ or_ err - Peeks at the next token and returns the symbol if it is one.
Structs§
- CLIInput
- CLI input configuration and parameters.
Enums§
- Output
Format - Output file format.
Functions§
- init_
cli - Initialize command line application to parse arguments.
- init_
logger - Initialize logger with verbosity filter.