veloren/common/net/src/lib.rs

5 lines
127 B
Rust
Raw Normal View History

#![allow(incomplete_features)]
#![feature(generic_const_exprs, const_fn_floating_point_arithmetic)]
pub mod msg;
pub mod sync;