debug_unwrap 1.0.0

Adds the method debug_unwrap for when you just want to make it work.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[features]
default = ["out"]
o = []
out = []
peel = []

[package]
description = "Adds the method debug_unwrap for when you just want to make it work."
documentation = "https://docs.rs/debug_unwrap"
edition = "2021"
homepage = "https://lib.rs/debug_unwrap"
license = "GPL-3.0-or-later"
name = "debug_unwrap"
readme = "README.md"
repository = "https://github.com/Heavenston/debug_unwrap"
version = "1.0.0"