Module rustfbp::component [] [src]

This module helps to create a Component

It provides a macro component which take the high level view of the component, and create the code for the scheduler.

It also declare the Trait Component. It's the common methods between all components, needed by the scheduler.

Traits

Component

Provide the generic functions of components