mchprs 0.3.0

A multithreaded minecraft server built for redstone.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod network;
#[macro_use]
mod blocks;
mod items;
mod player;
mod plot;
pub mod server;

#[macro_use]
extern crate bitflags;

#[macro_use]
extern crate lazy_static;