Prebuilt Binaries
Pre-built binaries are a basic step you can take to help users of your application
- They are easy to create
cargo
(withinstall
) is not meant as a binary distribution channel and has deficienciesCargo.lock
is not respected
- Users wanting to use your tool in their CI will see major slow downs and require workarounds.
Uploading Binaries to Github Releases
Pre-requisites:
- Testing is setup.
- Jobs exist for each supported target.