Closed theoforger closed 2 months ago
This pull request will fix #3. The code will now display the correct error message if any file is not found or is empty. Pattern matching syntax is replaced by map_err() in many places to simplify the code.
map_err()
This pull request will fix #3. The code will now display the correct error message if any file is not found or is empty. Pattern matching syntax is replaced by
map_err()
in many places to simplify the code.