Simple extension crate that enables a simpler api for web server crates
```rust
struct TestTemplate<'a> {
}
fn hello() -> RawHtml<String> {
}
fn rocket() -> _ {
}
```
For more examples you can check the [examples](https://github.com/pauldotsh/sailfish-web/tree/master/examples).