3 releases

0.1.3 Jan 12, 2021
0.1.2 Jan 12, 2021
0.1.1 Jan 9, 2018
0.1.0 Jan 9, 2018

#6 in #termination

Download history 27/week @ 2023-12-05 30/week @ 2023-12-12 38/week @ 2023-12-19 22/week @ 2023-12-26 15/week @ 2024-01-02 82/week @ 2024-01-09 183/week @ 2024-01-16 21/week @ 2024-01-23 19/week @ 2024-01-30 22/week @ 2024-02-06 38/week @ 2024-02-13 46/week @ 2024-02-20 124/week @ 2024-02-27 48/week @ 2024-03-05 98/week @ 2024-03-12 77/week @ 2024-03-19

355 downloads per month
Used in 11 crates (3 directly)

MIT/Apache

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.

No runtime deps

Features