Crates.io | abort |
lib.rs | abort |
version | 0.1.3 |
source | src |
created_at | 2018-01-09 17:32:09.879845 |
updated_at | 2021-01-12 22:27:17.016095 |
description | Abnormal termination (stable, no_std) |
homepage | |
repository | |
max_upload_size | |
id | 46146 |
size | 1,813 |
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
.