ripgrep recursively searches directories for a regex pattern while respecting your gitignore - BurntSushi/ripgrep| GitHub
Error handling with the `Result` type.| doc.rust-lang.org
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org
Recoverable Errors with Result| doc.rust-lang.org