Registry / cli / exitcode

exitcode

JSON →
library1.1.2rscratesunverified

Preferred system exit codes as defined by sysexits.h

# Cargo.toml [dependencies] exitcode = "1.1.2"
INSTALL
IMPORT
SIG · EXITCODE
E
exitcode
clirustv1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OK
use exitcode::OK;

Exit with a standard success code.

use exitcode::OK; fn main() { std::process::exit(OK); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
exitcode — cargo add exitcode · libregistry