veloren/client
Marcel Märtens 144f88f811 Propper Compression support of network.
- Compression is no longer enabled always but can now be enabled per Stream.
   If a Stream is Compression enabled it will compress and decompress all msg (except for `raw` access) before handling them internally.
   You need to handle compression yourself for `raw` fn.
 - added a new feature to the network crate to enable or disable the compression
 - switched to `lz-fear` instead of `lz4-compression`
 - use `bitflags` to represent the `Promises` struct
2020-08-25 23:55:27 +02:00
..
src Propper Compression support of network. 2020-08-25 23:55:27 +02:00
Cargo.toml Propper Compression support of network. 2020-08-25 23:55:27 +02:00