A rust library for async/sync, fast, semi-reliable UDP
- Use async or sync UDP (built on top of tokio and std)
- Ludicrously fast packet handling (not really)
- Packet reliabilty and ordering options
- Out of the box serde support
Coming soon
- async udp
- sync udp
- packet ordering
- packet guarantees
- configurable serialization
- packet fragmentation
- packet certification
- hearbeats
- multithreaded
- DoS protection