archiv
is a library and CLI for working with .archiv
files.
.archiv
files are a simplistic "file format" that keeps getting
reinvented, by me.
This file format is:
A header, then, repeatedly:
* length
, 8 bytes, little-endian: the length of the following data
* data
, the data
You've probably heard of this before.
On top of this we can layer things like:
Github.
MIT / Apache-2