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 minimal service allows to spawn a server without any extra feature.

Traits