Releases: CubesAndCubes/gob-rs
Releases · CubesAndCubes/gob-rs
v1.3.0
- Added
Gob.as_bytes()
method. - Removed unnecessary null-byte
trim()
inGob::from_file()
. - Expanded docs.
v1.2.1
- Fixed an issue where parsing filepaths could fail when they contain garbage data. Filepaths will now be sliced if they contain a null terminator and any following data will be considered garbage.
- Expanded README.
v1.2.0
- Now using HashMap instead of Vec for representing file structure of archive.
- Expanded docs.
v1.1.0
- Now using
Result
rather thanpanic!
in case of errors. - Constructing
Gob
objects now is done viafrom_file()
andfrom_directory()
instead of the genericfrom()
for better error checking. - Expanded docs.
v1.0.0
Initial 1.0.0 release.