Crate cra

source ·
Expand description

Simple abstraction over archive formats.

You can read and write archives in zip, 7z, and tar formats.

Structs§

  • This struct allows you to easily read an archive
  • Struct for creating archives

Enums§

  • Enum representing an archive entry
  • Main error type for this library
  • Enum representing supported archive formats

Type Aliases§