//! # EO
//! This crate will contain most of the data structures and methods needed
//! to create any kind of program for [Endless Online](https://game.eoserv.net/).
extern crate serde;
/// EO primitive types, stream reader, and stream builder
/// network related data structures
/// EO protocol data structs, enumerations, and packets
/// EO pub file data structs, and enumerations