1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-26 18:51:55 +02:00

Add mini-docker-rust

This commit is contained in:
kpcyrd 2017-04-29 04:23:04 +02:00 committed by GitHub
parent 0cb904977e
commit 0e6b7b161e

View File

@ -10,6 +10,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Development Tools](#development-tools)
- [Build system](#build-system)
- [Debugging](#debugging)
- [Deployment](#deployment)
- [Embedded](#embedded)
- [FFI](#ffi)
- [IDEs](#ides)
@ -195,6 +196,10 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization
* rr
* [rr](http://rr-project.org/) — rr is a lightweight tool for recording and replaying execution of applications
### Deployment
* Docker
* [mini-docker-rust](https://github.com/kpcyrd/mini-docker-rust) — An example project for very small rust docker images [<img src="https://travis-ci.org/kpcyrd/mini-docker-rust.svg?branch=master">](https://travis-ci.org/kpcyrd/mini-docker-rust)
### Embedded
[Rust Embedded](http://www.rust-embedded.org)