View Source mix rustler_precompiled.download (rustler_precompiled v0.2.0)

A task responsible for downloading the precompiled NIFs for a given module.

This task must only be used by package creators who want to ship the precompiled NIFs. The goal is to download the precompiled packages and generate a checksum to check-in alongside the project in the the Hex repository. This is done by passing the --all flag.

You can also use the --only-local flag to download only the precompiled package for use during development.

This task also accept the --print flag to print the checksums.