booter v0.3.0 API Reference

Modules

Booter allows modules to define a list of boot steps using module attributes. Each step define what to call, what it requires and enables. A directed acyclic graph is then created from theses steps and progressively executed.

A struct that holds step It contains

Exceptions