archiver/README.md
2024-12-04 11:48:49 -05:00

367 B

Archiver

A golang library for extracting and creating archives.

Documentation Link

Roadmap

  • Automatically detect the archive format
  • Add mutexes to work with concurrency
  • Support RAR format
  • Add writing capability

Supported Formats

  • .tar.gz
  • .tar.bz2
  • .tar.xz
  • .tar
  • .zip