sysexits-rs (sysexits) is a library that provides the
system exit code constants as defined by <sysexits.h>.
This library implements the Termination trait, so this can be returned from
the main function.
Run the following command in your project directory:
cargo add sysexitsEnables features that depend on the standard library. This is enabled by default.
This supports no_std mode. Disables the default feature to enable this.
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.85.0.
The upstream repository is available at https://github.com/sorairolake/sysexits-rs.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
Please see https://github.com/sorairolake/awesome-sysexits.
Copyright (C) 2022 Shun Sakai and contributors (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.