Crate aeronet_replicon

Source
Expand description

bevy_replicon backend implementation using aeronet_io + aeronet_transport.

crates.io docs.rs

§Feature flags

  • std (enabled by default) — Enables standard library support.
  • client — Enables support for bevy_replicon/client.
  • server — Enables support for bevy_replicon/server.
  • document-features — Enable this when generating docs.

Modules§

clientclient
Client-side bevy_replicon support.
convert
Allows converting between bevy_replicon and crate types.
serverserver
Server-side bevy_replicon support.