We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9fb18 commit db32585Copy full SHA for db32585
Cargo.toml
@@ -6,6 +6,7 @@ categories = ["rust-patterns", "no-std"]
6
description = "Flexible concrete Error type built on std::error::Error"
7
documentation = "https://docs.rs/anyhow"
8
edition = "2018"
9
+keywords = ["error", "error-handling"]
10
license = "MIT OR Apache-2.0"
11
readme = "README.md"
12
repository = "https://github.com/dtolnay/anyhow"
0 commit comments