The HitchHiker Package Keeper - a package manager for HitchHiker.
Go to file
Nathan Fisher 85a85a3810 Add Item struct, which contains both a tar::Node and a plist entry.
This struct can be created from just a `Path` parameter, allowing to
read the data contained in a file only once during package creation or
extraction.
2023-03-23 14:43:25 -04:00
src Add Item struct, which contains both a tar::Node and a plist entry. 2023-03-23 14:43:25 -04:00
tar Add Item struct, which contains both a tar::Node and a plist entry. 2023-03-23 14:43:25 -04:00
.gitignore Add tags to .gitignore 2023-03-21 11:15:36 -04:00
Cargo.lock Add optional owner to node creation from data 2023-03-23 14:09:18 -04:00
Cargo.toml Implement tar::Node creation from raw data + file metadata 2023-03-23 12:11:02 -04:00