Module limiting_factor::kernel[][src]

Expand description

Service execution utilities.

Provides methods to start the server and handle the application

Structs

The application structure allows to encapsulate the service into a CLI application.

The default application implements CLI program behavior to prepare a configuration from the DefaultConfig implementation, test if it’s possible to connect to the database, and if so, launch a Rocket server.

The default service offers a pgsql database connection with Diesel and r2d2.

The minimal service allows to spawn a server without any extra feature.

Traits