veloren_common_net/
lib.rs

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