v0.8.0
Changelog:
GameState
now is a genericGameState<T: Clone = Vec<u8>>
, so serialization of game state to save and load is no longer requiredtrait NonBlockingSocket
now is a genericNonBlockingSocket<A>
, whereA
generalizes the address that the socket uses to send a packet.