docs.rs failed to build zar-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
zar-0.2.0
zar
XAR archive reader/writer library that is fuzz-tested agains MacOS xar.
Supports signing and verifying archives.
Installation
The easiest way to use zar is via command line interface.
Usage
As a command-line application
# archive tmp dir
# extract the archive
# archive tmp dir and sign the archive
# verify and extract the archive
As a library
use File;
use Error;
use NoSigner;