[package] name = "unwrap_or_panic" version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Unwrap a `Result` without formating the Error `E` and no trait bound `E: Debug`" keywords = ["unwrap", "no_std", "panic"] documentation = "https://docs.rs/unwrap_or_panic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [features] default = ["track_caller"] track_caller = [] never_inline = [] panic_location = []