abort 0.1.3

Abnormal termination (stable, no_std)
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 452.65 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • strake

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.