Skip to content

Add GNU `ar` Support

Latest
Compare
Choose a tag to compare
@LebJe LebJe released this 14 Jul 16:57
· 6 commits to main since this release
ec33ce8

Changelog

0.3.0 - 2021-07-14

Added

  • Added support for the GNU ar format.
  • Added a variant field to ArArchiveReader. This field contains the Variant of the archive that was parsed.
  • Add a noEntries case to ArArchiveError.

Changed

  • ArArchiveWriter now requires users to call finalize to access the bytes of the archive.

Fixed

  • Correctly parse archive headers whose mode field is 0.

Removed

  • ArArchiveWriter.bytes.