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
16
17
18
[package]
name = "assert-unchecked"
version = "0.1.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/skmendez/assert-unchecked"
documentation = "https://docs.rs/assert-unchecked/"
authors = ["skmendez"]
readme = "README.md"

description = "Unsafe assertions that allow for optimizations in release mode."

keywords = ["assertion", "assert", "unreachable", "unchecked", "debug"]
categories = ["development-tools::debugging", "no-std"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]