tar 0.3.0 copy "tar: ^0.3.0" to clipboard
tar: ^0.3.0 copied to clipboard

outdated

Memory-efficient, streaming implementation of the tar file format

0.3.0 #

  • Remove outdated references in the documentation

0.3.0-nullsafety.0 #

  • Remove TarReader.contents and TarReader.header. Use current.contents and current.header, respectively.
  • Fix some minor implementation details

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. Use TarEntry.data to create a tar entry from bytes.
  • Make WritingSink private. Use tarWritingSink to create a general StreamSink<tar.Entry>.
  • TarReader is now a StreamIterator, 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
27
likes
0
pub points
89%
popularity

Publisher

verified publishersimonbinder.eu

Memory-efficient, streaming implementation of the tar file format

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

chunked_stream, meta, typed_data

More

Packages that depend on tar