slowteetoe / hello-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Rustful Hello World, powered by Actix

Super trivial webservice, consisting of a single endpoint that says Hi!

Demonstrates:

  • getting the Git SHA and embedding in app.
  • using multi-stage Docker build, and distroless, to end up with an ~31MB app
docker build -t hello-rust .
docker run -p 1111:1111 hello-rust:latest

About


Languages

Language:Rust 87.9%Language:Dockerfile 12.1%