- Update broken dependency on
err-derive
.
- Fixed a panic when adding empty files.
- Fixed another bug where file paths would not be auto-converted to forward slashes...
- Fixed a bug where path hashing was incorrectly slash-insensitive, whereas it must be slash-sensitive
- Fixed a bug where hashtable collision was not properly handled when creating new archives, resulting in files missing from the archive
Creator.add_file()
now replaces an entry if one already exists at the given path
Creator.write()
now takesself
by mutable reference instead of by value
- Fixed a bug where the sector size shift would be off-by-one, causing multi-sector files to be incorrectly read in other programs
- Fixed a bug where backwards slashes would be incorrectly converted to forward slashes in the listfile, instead of the other way around
- Removed some dead code from the library
- Added
.start()
,.end()
,.size()
and.reader()
methods toArchive
Initial release