//! # Serde MTProto
//!
//! MTProto is a mobile-first protocol for access to a server API.
//! This crate provides means to serialize Rust types to its binary
//! representation and to deserialize from said representation.
extern crate byteorder;
extern crate error_chain;
extern crate num_traits;
extern crate serde;
extern crate serde_derive;
pub use Boxed;
pub use ;
pub use Identifiable;
pub use ;
pub use ;