assert-unchecked 0.1.2

Unsafe assertions that allow for optimizations in release mode.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["skmendez"]
categories = ["development-tools::debugging", "no-std"]
description = "Unsafe assertions that allow for optimizations in release mode."
documentation = "https://docs.rs/assert-unchecked/"
edition = "2021"
keywords = ["assertion", "assert", "unreachable", "unchecked", "debug"]
license = "MIT"
name = "assert-unchecked"
readme = "README.md"
repository = "https://github.com/skmendez/assert-unchecked"
resolver = "2"
version = "0.1.2"