assertables 3.2.2

Assertables: Rust crate of macros `assert…!`, `assume…!`, `assure…!`, all for runtime reliability checking. By SixArm.com.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[package]
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
categories = ["development-tools", "development-tools::testing", "rust-patterns"]
description = "Assertables: Rust crate of macros `assert…!`, `assume…!`, `assure…!`, all for runtime reliability checking. By SixArm.com."
edition = "2018"
keywords = ["assert", "assume", "assure", "macro", "test"]
license = "MIT OR Apache-2.0 OR GPL-2.0-only"
name = "assertables"
readme = "README.md"
repository = "https://github.com/joelparkerhenderson/assertable-rust-crate/"
version = "3.2.2"
[profile.dev]
panic = "unwind"

[profile.release]
panic = "unwind"