How To Build CLI App In Rust Using Clap - Part 5
Previously in this series, we finished our CLI application in rust using CLAP. In this final post of this series, we will cover error handling and fixing unnecessary panics in applications.
Errors
In Rust, we group errors into two major categories, a...
blog.themissingsemicolon.dev1 min read