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

#5 in #termination

Download history 29/week @ 2024-01-04 168/week @ 2024-01-11 92/week @ 2024-01-18 25/week @ 2024-01-25 14/week @ 2024-02-01 24/week @ 2024-02-08 45/week @ 2024-02-15 47/week @ 2024-02-22 111/week @ 2024-02-29 103/week @ 2024-03-07 84/week @ 2024-03-14 74/week @ 2024-03-21 85/week @ 2024-03-28 60/week @ 2024-04-04 200/week @ 2024-04-11 73/week @ 2024-04-18

426 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