Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ineiti/rust-docker

Learning how to improve docker building times with rust
https://github.com/ineiti/rust-docker

Last synced: 2 days ago
JSON representation

Learning how to improve docker building times with rust

Awesome Lists containing this project

README

        

# Rust-Docker Chef Example

This is a simple example of a binary package depending on a library package:

- one: binary, depends on:
- two: library

The goal of this repo is twofold:
1. Check how to write a Dockerfile using `cargo chef` to speed up compilation
2. Learn how to use `cargo chef` with `wasm32-unknown-unknown` target