taper

Crates.iotaper
lib.rstaper
version0.2.4
sourcesrc
created_at2021-03-03 13:36:36.91523
updated_at2021-03-04 18:24:13.762338
descriptionA simple and easy tcp packet based network communication library
homepage
repositoryhttps://github.com/Heavenston/taper
max_upload_size
id363189
size33,248
Heavenstone (Heavenston)

documentation

README

Taper

Taper is a Rust library made for easy packet based network communication.

Async

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.

Documentation And Usage

Documentation

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Commit count: 24

cargo fmt