Created a branch that targets the bsn branch.
All tests pass, and all examples compile: https://github.com/simgine/bevy_replicon/pull/660
I haven't used bsn! inside the examples yet because its syntax might still be unstable. I'd like to wait a bit.
The branch also includes long-awaited resource replication support! See the replicate_resource* methods.
I ported bevy_replicon_renet as well:
https://github.com/simgine/bevy_replicon_renet/pull/74