Crate cra

Source
Expand description

Simple abstraction over archive formats.

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

Structs§

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

Enums§

ArcEntry
Enum representing an archive entry
ArcError
Main error type for this library
ArcFormat
Enum representing supported archive formats

Type Aliases§

ArcResult