Skip to content

strake/abort.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages