assertables 4.0.0

Assertables: Rust crate of macros `assert…!` and `assertable…!`, for testing, quality assurance, and runtime reliability. By SixArm.com.
Documentation
[dependencies]

[package]
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
categories = ["development-tools", "development-tools::testing", "rust-patterns"]
description = "Assertables: Rust crate of macros `assert…!` and `assertable…!`, for testing, quality assurance, and runtime reliability. By SixArm.com."
edition = "2021"
keywords = ["assert", "assertable", "assertion", "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/"
resolver = "2"
version = "4.0.0"
[profile.dev]
panic = "unwind"

[profile.release]
panic = "unwind"