renet_netcode 1.1.0

netcode transport for the renet crate: Server/Client network library for multiplayer games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Renet Netcode

[![Latest version](https://img.shields.io/crates/v/renet_netcode.svg)](https://crates.io/crates/renet_netcode)
[![Documentation](https://docs.rs/renet_netcode/badge.svg)](https://docs.rs/renet_netcode)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

Transport layer for the [renet](https://github.com/lucaspoffo/renet) crate using [renetcode](https://github.com/lucaspoffo/renet/tree/master/renetcode).

## Usage

This crate adds `NetcodeServerTransport` and `NetcodeClientTransport`, to see usages of this crate you can checkout `renet` README and the renet echo example.