We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bd284 commit 091509dCopy full SHA for 091509d
Cargo.toml
@@ -5,6 +5,8 @@ edition = "2021"
5
categories = ["rust-patterns"]
6
authors = ["Kunduin <kunduin@outlook.com>"]
7
documentation = "https://docs.rs/enum-code"
8
+repository = "https://github.com/Kunduin/enum-code"
9
+homepage = "https://github.com/Kunduin/enum-code"
10
description = "derive(Code) simplifies error handling by providing an easy-to-use enumeration of error codes"
11
keywords = ["error", "error-handling", "derive", "enum"]
12
license = "MIT"
0 commit comments