/cosmilite

🦑 A rust library for async/sync, fast, semi-reliable UDP

Primary LanguageRust

🦑 cosmilite

A rust library for async/sync, fast, semi-reliable UDP

Features

  • 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

Installation

Coming soon

Roadmap

  • async udp
  • sync udp
  • packet ordering
  • packet guarantees
  • configurable serialization
  • packet fragmentation
  • packet certification
  • hearbeats
  • multithreaded
  • DoS protection