Skip to content

slowteetoe/hello-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published