Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A Rust Docker image including Clippy and rustfmt
https://github.com/egonny/rust-docker

Last synced: 1 day ago
JSON representation

A Rust Docker image including Clippy and rustfmt

Awesome Lists containing this project

README

        

# Rust Docker image

A Docker image based on [the official Rust image](https://hub.docker.com/_/rust), with some additional features.

## Usage
The most recent version can be pulled using

```
docker pull ghcr.io/egonny/rust:latest
```

Please refer to [the container registry page](https://github.com/egonny/rust-docker/pkgs/container/rust) to see all available versions.

## Features

- [Clippy](https://github.com/rust-lang/rust-clippy)
- [rustfmt](https://github.com/rust-lang/rustfmt)
- Toolchain for cross compilation: `x86_64-pc-windows-gnu`