panic-custom 0.1.0

Small panicking rust crate that allows to easily set the behavior of panicking for embedded or regular no_std binaries.
Documentation
[dependencies.panic-custom-proc-macros]
optional = true
version = "0.1.0"

[features]
abort_on_debug = []
abort_on_release = []
proc_macros = ["panic-custom-proc-macros"]

[package]
authors = ["notforest <notforest69@gmail.com>"]
categories = ["panic", "embedded", "no-std"]
description = "Small panicking rust crate that allows to easily set the behavior of panicking for embedded or regular no_std binaries."
edition = "2021"
keywords = ["panic", "halt", "abort", "custom", "custom-panic"]
license = "MIT OR Apache-2.0"
name = "panic-custom"
readme = "README.md"
repository = "https://github.com/not-forest/panic-custom"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.dev]
lto = true
opt-level = 1

[profile.release]
lto = true