veloren/common/net/src/lib.rs

9 lines
163 B
Rust
Raw Normal View History

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