amethyst_network 0.15.3

Amethyst networking crate
Documentation
1
2
3
4
5
6
//! Provides a toolbox of networking utilities, resources, components, and systems to amethyst.
//! The library is segmented into the simulation module and, eventually, various client library
//! modules. Soon, we will also provide an HTTP client library.

pub mod simulation;
pub use bytes::*;