Module libimagrt::runtime

source ·

Structs

Used to create a representation of a command line program and all possible command line arguments. Application settings are set using the “builder pattern” with the App::get_matches family of methods being the terminal methods that starts the runtime-parsing process. These methods then return information about the user supplied arguments (or lack there of).
The Runtime object

Traits

A trait for the path provider functionality

Functions

Exported for the imag command, you probably do not want to use that.