Aura.PackageTarUtil (Aura v0.9.3)
View SourceA utility to read a release tar from a Hex-compliant API
📖 Resources
- 🐝 Hex
- 💬 Contact the maintainer (he's happy to help!)
Summary
Types
A mapping between entries of a tar and their bytes
Functions
Reads a release tar from a given file path
Types
@type tar_contents() :: %{entries: map()}
A mapping between entries of a tar and their bytes
Functions
@spec read_release_tar(tar_path :: String.t()) :: {:ok, tar_contents()} | {:error, term()}
Reads a release tar from a given file path