seva 0.1.1

Simple directory http server inspired by Python's http.server

Seva
--
A simple directory http server inspired by Python's [http.server](https://docs.python.org/3/library/http.server.html).

Installation
--
`cargo install seva`

Usage
--

You can start serving your current directory by simply running:

`seva`

To print out the help:

`seva --help`


References
--
* [RFC 9110 HTTP Semantics]https://www.rfc-editor.org/rfc/rfc9110
* [Python http.server]https://docs.python.org/3/library/http.server.html