Macro dynec::system_test

source ·
macro_rules! system_test {
    (
        $($systems:expr),* ;
        $(
            $var:tt : $arch:ty = ($($components:tt)*);
        )*
    ) => { ... };
}
Expand description

Convenience macro that constructs a new world for testing a small number of systems.

See system for example usage.