Module checksums::options [] [src]

Option parsing and management.

Use the Options::parse() function to get the program's configuration, as parsed from the commandline.

Examples

let opts = Options::parse();
println!("{:?}", opts);

Structs

Options

Representation of the application's all configurable values.

Enums

DepthSetting

Representation of how deep recursion should be.