phrohdoh / easage

A library that provides programmatic manipulation of BIG archives.
MIT License
9 stars 0 forks source link

Change extract to unpack #5

Closed Teteros closed 6 years ago

Teteros commented 6 years ago

Arguably more intuitive as unpack is the direct opposite to pack

Closes #4

phrohdoh commented 6 years ago

easage_extract.rs will need to be renamed to easage_unpack.rs and this line should probably be updated.

As-is this will fail to compile because the easage_unpack module won't be found (it doesn't exist with that name).

Teteros commented 6 years ago

Good catch, I forgot to search/replace for capitalised Extract.