/rust-single-binary

Example of how to build rust application into a single binary with rust-musl-builder and Earthly

Primary LanguageRust

rust-single-binary

Actions Status

This repository provides an example of how to build rust application into a single binary with rust-musl-builder and Earthly.

❯ earthly +docker
❯ docker run --rm rust-single-binary
Hello, world!