Crates.io | taper |
lib.rs | taper |
version | 0.2.4 |
source | src |
created_at | 2021-03-03 13:36:36.91523 |
updated_at | 2021-03-04 18:24:13.762338 |
description | A simple and easy tcp packet based network communication library |
homepage | |
repository | https://github.com/Heavenston/taper |
max_upload_size | |
id | 363189 |
size | 33,248 |
Taper is a Rust library made for easy packet based network communication.
Taper supports async usage with the async
feature.
When enabled, taper will use Tokio to execute concurrently all packet listener.
If disabled, OS Threads are used instead
While this may be overkill for Clients, this may be a great performance improvement for Servers.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.