Crates.io | vapor_archive |
lib.rs | vapor_archive |
version | 0.1.0 |
source | src |
created_at | 2020-05-29 13:42:34.832994 |
updated_at | 2020-05-29 13:42:34.832994 |
description | An archive container format |
homepage | https://github.com/wrckn/vapor_archive |
repository | https://github.com/wrckn/vapor_archive |
max_upload_size | |
id | 247377 |
size | 5,560,626 |
vapor_archive
- a .ZIP clone written in Rustvapor_archive
is, for the most part, a clone of the ZIP file format, with a few differences:
No real reason really. I just needed my own archive format for my game engine that i could design as i please.
Once i get around to it, you will find the file format structure/specification here.
See the integration tests at tests/
for a pointer. I will update the documentation as soon as im able too.