bevy_slinet 0.13.0

A simple networking plugin for bevy.
Documentation
1
2
3
4
5
//! Implemented serializers are: [`bincode`]

#[cfg(feature = "serializer_bincode")]
pub mod bincode;
pub mod custom_crypt;