[−][src]Module pir_8_emu::options
Executable option parsing and management.
Use the *Options::parse() functions to get a program's configuration,
as parsed from the commandline.
Examples
let opts = AssemblerOptions::parse(); println!("{:#?}", opts);
Structs
| AssemblerOptions | Representation of the assembler's all configurable values. |
| DisassemblerOptions | Representation of the assembler's all configurable values. |
| EmulatorOptions | Representation of the emulator's all configurable values. |