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

#4 in #termination

Download history 89/week @ 2024-03-11 86/week @ 2024-03-18 90/week @ 2024-03-25 88/week @ 2024-04-01 168/week @ 2024-04-08 89/week @ 2024-04-15 97/week @ 2024-04-22 52/week @ 2024-04-29 69/week @ 2024-05-06 81/week @ 2024-05-13 54/week @ 2024-05-20 46/week @ 2024-05-27 51/week @ 2024-06-03 56/week @ 2024-06-10 48/week @ 2024-06-17 59/week @ 2024-06-24

218 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