kcp2k-rust 1.0.7

A Rust implementation of KCP protocol using revel_cell for thread-safe cell management.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod kcp2k;
pub mod kcp2k_client;
pub mod kcp2k_common;
pub mod kcp2k_config;
pub mod kcp2k_connection;
pub mod kcp2k_server;

pub use revel_cell;

#[cfg(test)]
mod tests {}