| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Not happy with the solution one bit but using error.rs at
https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/
was not working
Basically we just handcraft every single response on the spot, there is
some repetition and it's ugly but need to move on
|
|
|
|
|
| |
Not tested because it's impossible to follow without verbose error
messages, failing 1 test
|
|
Moved tests out of routes.rs into their own file
Learned how to use lib.rs, now we have cargo doc support as well
|