panic-probe 0.3.2

Panic handler that exits `probe-run` with an error code
Documentation
[dependencies.cortex-m]
version = "0.7"

[dependencies.defmt]
optional = true
version = "0.3"

[dependencies.rtt-target]
optional = true
version = "0.5"

[features]
defmt-error = []
print-defmt = ["defmt", "defmt-error"]
print-rtt = ["rtt-target"]

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

[package]
authors = ["The Knurling Authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["embedded", "no-std"]
description = "Panic handler that exits `probe-run` with an error code"
edition = "2021"
keywords = ["knurling", "panic-impl", "defmt", "probe-run"]
license = "MIT OR Apache-2.0"
name = "panic-probe"
readme = "README.md"
repository = "https://github.com/knurling-rs/defmt"
version = "0.3.2"
[package.metadata.docs.rs]
default-target = "thumbv7m-none-eabi"