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

#7 in #termination

Download history 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 22/week @ 2024-11-11 35/week @ 2024-11-18 55/week @ 2024-11-25 90/week @ 2024-12-02 56/week @ 2024-12-09 39/week @ 2024-12-16 3/week @ 2024-12-23 18/week @ 2024-12-30 39/week @ 2025-01-06 63/week @ 2025-01-13 46/week @ 2025-01-20

166 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