mudroom 0.1.2

A TUI client and server for multiplayer text adventure games.
Documentation
1
2
3
4
5
6
7
8
pub mod attribute;
pub mod check;
pub mod description;

pub use attribute::Attribute;
pub use check::Check;
pub use description::CheckedDescription;
pub use description::Description;