tar 0.2.0-nullsafety tar: ^0.2.0-nullsafety copied to clipboard
Memory-efficient, streaming implementation of the tar file format
0.2.0-nullsafety #
Most of the tar package has been rewritten, it's now based on the implementation written by Garett Tok Ern Liang in the GSoC 2020.
- Added
tar
prefix to exported symbols. - Remove
MemoryEntry
. UseTarEntry.data
to create a tar entry from bytes. - Make
WritingSink
private. UsetarWritingSink
to create a generalStreamSink<tar.Entry>
. TarReader
is now aStreamIterator
, the transformer had some design flaws
0.1.0-nullsafety.1 #
- Support writing user and group names
- Better support for PAX-headers and large files
0.1.0-nullsafety.0 #
- Initial version