3 releases
0.1.3 | Jan 12, 2021 |
---|---|
0.1.2 | Jan 12, 2021 |
0.1.1 | Jan 9, 2018 |
0.1.0 |
|
#4 in #termination
218 downloads per month
Used in 11 crates
(3 directly)
2KB
abort
This crate defines a lone function abort
, which has one job: terminate the calling process (abnormally).
It works on stable Rust by default, and has an optional "nightly" feature flag to rather use the unstable core::intrinsics::abort
.
lib.rs
:
Abnormal termination: see abort
.