rwebserve is a general purpose HTTP 1.1 web server written in Rust.
It depends upon:
- The rust-socket library.
 - The rust-mustache template library.
 - The rparse parser combinator library.
 
The src directory contain the source code for the REST library. The server directory contains a simple server written using the library.