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 097a66f commit 063f435Copy full SHA for 063f435
Cargo.toml
@@ -1,7 +1,17 @@
1
[package]
2
name = "proc-result"
3
+description = "A tiny cross-platform library containing exit status and code types"
4
+repository = "http://crates.lurey.io/proc-result"
5
+license = "MIT"
6
version = "0.1.0"
7
edition = "2024"
8
+keywords = ["cli", "exit-codes", "sysexit"]
9
+categories = [
10
+ "command-line-interface",
11
+ "development-tools::testing",
12
+ "no-std",
13
+ "os",
14
+]
15
16
[lints.clippy]
17
pedantic = "deny"
0 commit comments