abort

Crates.ioabort
lib.rsabort
version0.1.3
sourcesrc
created_at2018-01-09 17:32:09.879845
updated_at2021-01-12 22:27:17.016095
descriptionAbnormal termination (stable, no_std)
homepage
repository
max_upload_size
id46146
size1,813
M Farkas-Dyck (strake)

documentation

README

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.

Commit count: 0

cargo fmt