Module asar::reader

source ·
Expand description

Reading asar archives.

Structs

  • This represents a file in an asar archive, with a byte slice referencing the contents, and the integrity details containing file hashes.
  • An AsarReader is a struct that takes an asar Header and its offset, and reads the files specified in the header from the given byte buffer.