Commit Graph

10 Commits

Author SHA1 Message Date
Nathan Fisher 30fcaa8e07 Merge binary into project 2024-02-22 19:15:04 -05:00
Nathan Fisher c60e385dd0 Fix Clippy lints and improve documentation 2024-01-17 01:58:36 -05:00
Nathan Fisher 63b414b7fd Add `print_color` for archive listings, format dates in archive listings 2023-12-30 23:40:57 -05:00
Nathan Fisher 97643b58e8 Add date/time formatting for listings 2023-12-30 19:01:37 -05:00
Nathan Fisher 797aa16a0d Add `par_create_archive` function 2023-07-05 14:27:40 -04:00
Nathan Fisher 5fd1d09e77 Some work on `extract` for Node, requiring some plumbing which is in
`nix` module
2023-07-05 10:01:40 -04:00
Nathan Fisher 0415cc20fe Change crate name to 'haggis' and add a README 2023-07-04 21:04:15 -04:00
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
Nathan Fisher 8386ca76d3 Renamed to `tar-ng` 2023-07-02 00:53:21 -04:00
Nathan Fisher 0ddfb168f5 Initial commit 2023-07-02 00:44:39 -04:00