libabort 0.1.7

A abort function that doesn't require the standard library
Documentation
[[example]]
name = "abortcli"
path = "examples/abortcli.rs"
[dependencies.libc]
default-features = false
optional = true
version = "0.2"

[dependencies.rustversion]
version = "1"

[features]
always-immediate-abort = []
std = []

[lib]
name = "libabort"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A abort function that doesn't require the standard library"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "libabort"
readme = "README.md"
repository = "https://github.com/Techcable/libabort.rust"
rust-version = "1.54"
version = "0.1.7"