# Renet Netcode
[](https://crates.io/crates/renet_netcode)
[](https://docs.rs/renet_netcode)


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.