| Crates.io | kcp-rs |
| lib.rs | kcp-rs |
| version | 0.2.4 |
| created_at | 2025-02-02 10:19:24.450737+00 |
| updated_at | 2025-02-02 10:19:24.450737+00 |
| description | A Rust implementation of KCP Stream Protocol |
| homepage | |
| repository | https://github.com/spritetong/kcp-rs |
| max_upload_size | |
| id | 1539452 |
| size | 166,460 |
A Rust implementation of KCP (Fast & Reliable ARQ Protocol).
KCP is a fast and reliable protocol that can achieve the reliability of TCP with the speed of UDP. This crate provides a Rust implementation with the following features:
Add this to your Cargo.toml:
[dependencies]
kcp-rs = "0.2"
use kcp_rs::Kcp;
// Basic usage example coming soon
For more detailed information on the API and usage, please refer to the API documentation.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
Sprite Tong spritetong@gmail.com