lightyear_crossbeam 0.25.4

IO primitives for the lightyear networking library
Documentation

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.