Web services framework in Rust
The "generator.rs" file reads in the routes.json file, and generates router.rs
Then, compiling server.rs compiles all the code.
rust-http is currently used as the webserver. Fixes may be needed to get it to compile as Rust is a rapidly changing language.