35 releases
new 0.8.4 | Oct 31, 2024 |
---|---|
0.8.2 | Sep 22, 2024 |
0.8.1 | Jul 3, 2024 |
0.7.11 | Jan 18, 2024 |
0.3.0 | Jun 10, 2022 |
#53 in Operating systems
33,131 downloads per month
Used in 15 crates
(13 directly)
115KB
2K
SLoC
sysexits-rs
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.
Usage
Add this to your Cargo.toml
:
[dependencies]
sysexits = "0.8.4"
Crate features
std
Enables features that depend on the standard library. This is enabled by default.
nightly
Enables features that depend on the nightly Rust.
extended_io_error
Enables features that depend on the io_error_more
feature. This also enables
std
. This is implied by nightly
.
no_std
support
This supports no_std
mode. Disables the default
feature to enable this.
Documentation
See the documentation for more details.
Minimum supported Rust version
The minimum supported Rust version (MSRV) of this library is v1.74.0.
Source code
The upstream repository is available at https://github.com/sorairolake/sysexits-rs.git.
The source code is also available at:
Changelog
Please see CHANGELOG.adoc.
Contributing
Please see CONTRIBUTING.adoc.
Similar projects
- https://github.com/sorairolake/Sysexits.jl (Julia)
- https://github.com/sorairolake/sysexits-zig (Zig)
You can discover more projects at https://github.com/sorairolake/awesome-sysexits.
License
Copyright © 2022–2024 Shun Sakai and other 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.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.