macro_rules! all_config_groups {
($mac:ident) => { ... };
}Expand description
Single source of truth for all platform-independent config groups. Invokes the given callback macro with the list of group names.
The system_monitor group is excluded because it is #[cfg(not(target_family = "wasm"))];
each consumer appends it separately with the appropriate cfg gate.