1#![expect(incomplete_features)] 2#![feature(generic_const_exprs)] 3pub mod msg; 4pub mod sync; 5pub mod synced_components;