rechannel

Crates.iorechannel
lib.rsrechannel
version0.0.7
sourcesrc
created_at2022-04-30 20:34:57.229505
updated_at2023-03-12 05:13:15.256826
descriptionServer/Client network library for reliable communication channels in multiplayer games
homepage
repositoryhttps://github.com/lucaspoffo/renet
max_upload_size
id578320
size118,408
(lucaspoffo)

documentation

README

Rechannel

Latest version Documentation MIT Apache

Rechannel is a network Server/Client library in rust to send/receive messages with different channels configurations. These channels can be:

  • Reliable Ordered: garantee ordering and delivery of all messages
  • Unreliable Unordered: messages that don't require any garantee of delivery or ordering
  • Block Reliable: for bigger messages, such as level initialization
Commit count: 461

cargo fmt