Removed panic!s and added error handling to propagate
authorHarishankar <v.harishankar@gmail.com>
Fri, 29 May 2020 08:53:36 +0000 (14:23 +0530)
committerHarishankar <v.harishankar@gmail.com>
Fri, 29 May 2020 08:53:36 +0000 (14:23 +0530)
commitc8e41a83368b467f56a53501b0681e99d50a888c
tree8f4ba67123ce106d6c34dcf13fe512255b6a7d93
parenta12f1c210f0d76985c641bc1b8a16175c8512045
Removed panic!s and added error handling to propagate
Removed panics from the code and made error handling propagate
through for recovery
src/main.rs