Take a directory with a static website and compile it to a binary for an esp32c3 to serve up. Not because that's particularly useful but to try Rust on the esp32c3.
Build and flash like so:
$ SSID=my-ssid PASSWORD=sup3rs3kr3t ROOT=~/Projects/website/public cargo run --release