macro_rules! subsystem { ($name:expr, $closure:expr) => { ... }; }
Convenience macro for creating subsystems from closures.