This project is a lightweight web server that is intended as a development tool that will return all files in a given directory. This has been written in Rust as a learning experience to learn the language. Not necessarily because Rust is the best language to write the code in.
This is based off of the ideas represented in the dotnet based nuget package dotnet serve, which can be found at this link: https://www.nuget.org/packages/dotnet-serve.