Expand description
§Lightyear Crossbeam
This crate provides a transport layer for Lightyear that uses crossbeam-channel
.
It’s primarily intended for local testing or scenarios where in-process message passing
is desired, simulating a network connection without actual network I/O.
It defines CrossbeamIo
for channel-based communication and CrossbeamPlugin
to integrate this transport into a Bevy application.
Structs§
- Crossbeam
Io - A component that facilitates communication over
crossbeam-channel
. - Crossbeam
Plugin - Bevy plugin to integrate the
CrossbeamIo
transport.