thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.06k stars 47 forks source link

chore: Refactor and update examples #114

Closed trezm closed 5 years ago

trezm commented 5 years ago

Refactor the most basic examples to be more basic. Also fix an issue with using async_await without the error handler.