jjm3x3 / whisky

A lightweight web server framework written in rust inspired by gin-gonic for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use '?' more aggresively

jjm3x3 opened this issue · comments

After a brief review with some folks. I have decided it would make for cleaner code to use the ? operator which would require that more things return a Result<T, Error> type