mudrs-milk 0.0.1

WIP Mud Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod keybinding;
pub mod text;
pub mod renderer;
pub mod script;
pub mod user;
pub mod widget;



// Include the `items` module, which is generated from items.proto.
pub mod extension {
    include!(concat!(env!("OUT_DIR"), "/milk.extension.rs"));
}