Skip to content

sgrowe/tiny-rust-web-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Rust web server example

This repo contains a tiny web server using warp that can be built using Docker.

The final docker image is only 2.66MB in size thanks to Rust's x86_64-unknown-linux-musl compile target (so we get a statically linked executable) and enabling "link-time optimisations" in our Cargo.toml:

[profile.release]
lto = true

About

Tiny web server example using Docker & Warp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published