API Reference Archive v0.4.0
Modules
Archive
provides Elixir bindings to libarchive
through the power of the wonderful Zigler
library.
Archive.Entry
represents a single item in an archive.
Proceed With Caution
The
Archive.Nif
module contains the functions that directly interact withlibarchive
. It is generally discouraged to interact with this library directly. If you find you need functionality not supported in the higher-level APIs, consider opening an issue first if the feature would be generally applicable or desireable.