smdiff-reader 0.5.0

A library for reading SMDIFF files
Documentation
  • Coverage
  • 69.23%
    9 out of 13 items documented0 out of 10 items with examples
  • Size
  • Source code size: 18.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ThinkingJoules/smdiff
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ThinkingJoules

This library is used to read the underlying smdiff format. It does not handle secondary decompression.

If you need a reader for secondary decompression, you can use the smdiff-decoder::reader module. It wraps this lib.

The main struct is the SectionReader. It reads a section at a time, and returns the ops and the header.

The building blocks of that reader are exposed for other users to build their own readers.