amethyst_network/lib.rs
1//! Provides a toolbox of networking utilities, resources, components, and systems to amethyst.
2//! The library is segmented into the simulation module and, eventually, various client library
3//! modules. Soon, we will also provide an HTTP client library.
4
5pub mod simulation;
6pub use bytes::*;