#tar #archiver #unix #standard

ustar

Simplified Unix Standard TAR archiver

1 unstable release

0.0.0-stub Feb 1, 2020

#19 in #archiver

Custom license

2KB

Pure rust implementation for Unix Standard TAR archiver (USTAR)

crates.io Released API docs

Under development.

Project goals

  • write and read only for ustar format and skip others
  • append files to existing archive
  • support no_std if possible
  • support compilation to wasm (wasi)

No runtime deps