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 91/week @ 2024-07-22 54/week @ 2024-07-29 41/week @ 2024-08-05 66/week @ 2024-08-12 28/week @ 2024-08-19 34/week @ 2024-08-26 54/week @ 2024-09-02 50/week @ 2024-09-09 49/week @ 2024-09-16 96/week @ 2024-09-23 47/week @ 2024-09-30 83/week @ 2024-10-07 45/week @ 2024-10-14 79/week @ 2024-10-21 37/week @ 2024-10-28 47/week @ 2024-11-04

209 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