A modern archive format for Unix, implemented in Rust
Go to file
Nathan Fisher bdbcd41617 Setup to replace separate header/node idiom with unified Node. Enum
`Filetype` with now have `Normal(File)` (todo) which will include the
size, checksum and data, removing the `size` field from `Header`. The
`Header` struct will become the new `Node`.
2023-07-02 22:52:26 -04:00
src Setup to replace separate header/node idiom with unified Node. Enum 2023-07-02 22:52:26 -04:00
.gitignore Initial commit 2023-07-02 00:44:39 -04:00
Cargo.lock Setup to replace separate header/node idiom with unified Node. Enum 2023-07-02 22:52:26 -04:00
Cargo.toml Setup to replace separate header/node idiom with unified Node. Enum 2023-07-02 22:52:26 -04:00