//! This module handles the serializing and deserializing of OpenTTD packets.
//!//! It is designed to make most things go right by default, but it is far from
//! general purpose.
modde;moderror;modser;pubusede::{from_bytes, PacketRead};pubuseerror::{Error,Result};pubuseser::{PacketWrite, WritablePacket};