[dependencies.arraystring]
optional = true
version = "0.3"
[features]
arraystring = ["dep:arraystring"]
[lib]
name = "debug_unsafe"
path = "src/lib.rs"
[package]
authors = ["Dmitry Rodionov <gh@rdmtr.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "rust-patterns", "no-std"]
description = "For tests to trigger panic instead of UB in unsafe calls"
documentation = "https://docs.rs/debug_unsafe/"
edition = "2021"
include = ["src"]
keywords = ["debug", "unsafe", "unchecked", "unwrap", "arraystring"]
license = "MIT OR Apache-2.0"
name = "debug_unsafe"
readme = "README.md"
repository = "https://github.com/RoDmitry/debug_unsafe"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]