1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-24 13:56:52 +02:00

Merge pull request #283 from kpcyrd/patch-1

Add mini-docker-rust
This commit is contained in:
kud1ing 2017-04-29 09:57:43 +02:00 committed by GitHub
commit a361cfb16f

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)