Crate smdiff_encoder
source ·Modules§
- This module is a re-export of the brotli encoder used in the secondary compression. It also exports the config options.
- A writer for an smdiff section. This handles writing the header and the operations, and optionally secondary compression.
- This module is a re-export of the zstd encoder used in the secondary compression.
Structs§
- Configuration for the encoder.
- Configuration for the SrcMatcher.
- Configuration for the TrgtMatcher.
Enums§
- The secondary compression algorithm to use. Default Value: Zstd { level: 3 }
Functions§
- Encodes a delta file based on the given configuration and inputs.