codec/packet: add Packet and packet::SideData

This commit is contained in:
meh
2015-05-12 03:44:45 +02:00
parent 496f3759ec
commit 42564d0d5e
4 changed files with 240 additions and 0 deletions

View File

@ -1,6 +1,8 @@
pub mod id;
pub use self::id::Id;
pub mod packet;
use std::ffi::CStr;
use std::str::from_utf8_unchecked;