[][src]Module spirit::app

The running application part.

The convenient way to manage the application runtime is through Builder::run. If more flexibility is needed, the Builder::build can be used instead. That method returns the App object, representing the application runner. The application can then be run at any later time, as convenient.

Structs

App

The running application part.