//! [KCP](https://github.com/skywind3000/kcp) implementation in Rust.
//!
//! A Fast and Reliable ARQ Protocol
extern crate bytes;
extern crate log;
/// The `KCP` prelude
pub use Error;
pub use ;
pub use ;
/// KCP result
pub type KcpResult<T> = ;