Crate mechtron

Source

Modules§

err
guest
membrane
space

Structs§

MechtronFactories
MechtronSkel
The MechtronSkel holds the common static elements of the Mechtron together Since a Mechtron is always an instance created to handle a single Directed Wave or Init, the Skel is cloned and passed to each Mechtron instance.

Traits§

Guest
Mechtron
Create a Mechtron by implementing this trait. Mechtrons are created per request and disposed of afterwards… Implementers of this trait should only hold references to Mechtron::Skel, Mechtron::Cache & Mechtron::State at most.
MechtronFactory
MechtronLifecycle
MechtronLifecycle is the interface used by Guest to make important calls to the Mechtron
Platform

Functions§

mechtron_guest