An open API service indexing awesome lists of open source software.

https://github.com/altescy/rust-single-binary

Example of how to build rust application into a single binary with rust-musl-builder and Earthly
https://github.com/altescy/rust-single-binary

docker earthly rust single-binary

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

rust-single-binary
==================

[![Actions Status](https://github.com/altescy/rust-single-binary/workflows/CI/badge.svg)](https://github.com/altescy/rust-single-binary/actions?query=workflow%3ACI)

This repository provides an example of how to build rust application into a single binary with [rust-musl-builder](https://github.com/emk/rust-musl-builder) and [Earthly](https://earthly.dev/).

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