Re-exports

pub use crate::monitor::MON_SIG_CNT;
pub use crate::nodes::MinMaxMonitorSamples;
pub use crate::CellDir;

Structs

This is a cell/tile of the hexagonal Matrix.
Edge 🔒
An intermediate data structure to store a single edge in the Matrix.

Enums

To report back cycle errors from Matrix::check and Matrix::sync.

Traits

This trait can be passed into Matrix as trait object to get feedback when things change.