veloren/common/net/src/lib.rs

8 lines
138 B
Rust
Raw Normal View History

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