High Rust

Use anyhow and thiserror for errors

Rule Description

`anyhow::Result` for applications (easy error propagation). `thiserror` for libraries (custom error types). context() for error messages.

Included in Rulesets

Code Review Standards
214 rules • 0 standards
View

Add This Rule

Sign in to add this rule to your workspace

Sign in with GitHub

Details

Severity
High
Category
Rust
Used in
1 ruleset