pub const MAX_COMPONENTS: usize = 4;Expand description
Component pool slots (set via NROS_RUNTIME_MAX_COMPONENTS, default 4).
phase-391 W5. The bound the static component pool is sized to; a
register_node past it fails rather than growing a Vec.