TimonPost / laminar

A simple semi-reliable UDP protocol for multiplayer games
821 stars 66 forks source link

Add `Packet::into_payload` #296

Closed Quant1um closed 3 years ago

Quant1um commented 3 years ago

This PR adds a single method to the Packet that returns the payload as a Box<[u8]> which may be useful to some.