Module rustfbp::agent [] [src]

This crate helps to create a Fractalide agent

It provides the macro agent which takes the high level view of the agent, and creates the code for the scheduler.

It also declare the Trait Agent and the shared methods needed by every agent and the scheduler.

Traits

Agent

Provide the generic functions of agents