mudroom 0.1.2

A TUI client and server for multiplayer text adventure games.
Documentation
1
2
3
4
5
6
pub mod client;
pub mod discovery;
pub mod event;
pub mod server;

pub use event::NetworkEvent;