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