| Crates.io | rustcomm |
| lib.rs | rustcomm |
| version | 0.1.0 |
| created_at | 2025-11-08 19:00:07.325736+00 |
| updated_at | 2025-11-08 19:00:07.325736+00 |
| description | A lightweight, high-performance communication library |
| homepage | |
| repository | https://github.com/floco2025/rustcomm |
| max_upload_size | |
| id | 1923170 |
| size | 321,567 |
A lightweight, high-performance communication library built on mio with TCP and TLS transport support.
Transport API for raw bytes, or
higher-level Messenger API for type-safe serialized messagesSee the full documentation on docs.rs/rustcomm for:
The repository includes several examples:
Run an example:
cargo run --example minimal
cargo run --example chat_server_single
cargo run --example chat_client
Licensed under either of:
at your option.
Any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as MIT OR Apache-2.0, without any additional terms or conditions.