[][src]Module net_sync::compression

Module with different compressors that can be used with this crate.

By default, a number of compressions are supplied that can be used by turning on the feature flag. You might want to create your own compression strategy by implementing: CompressionStrategy.

FeatureDescription
lz4-compressioncompression using lz4 (enabled by default) .

Modules

lz4

Structs

ModificationCompressor

A wrapper type over an implementation of CompressionStrategy.

Traits

CompressionStrategy

An adapter interface with extension methods for compression purposes in this crate.