Lepovirta / shorty

Rusty URL Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle possible errors

keveri opened this issue · comments

commented

Currently the code has many unwrap() calls where error can happen.
Handle these cases properly.

commented

failure library could help here: https://github.com/rust-lang-nursery/failure