assertables 9.8.3

Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability.
Documentation
[dependencies]

[dev-dependencies.cargo-diet]
version = "1.2.7"

[dev-dependencies.cargo-dist]
version = "0.22.1"

[dev-dependencies.cargo-release]
version = "0.25.20"

[dev-dependencies.regex]
version = "1.12.2"

[dev-dependencies.rustdoc-md]
version = "0.1.0"

[lib]
name = "assertables"
path = "src/lib.rs"

[package]
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::testing", "rust-patterns"]
description = "Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability."
edition = "2021"
include = ["src/**/*", "LICENSE.md", "README.md", "llms.txt", "llms.json"]
keywords = ["assert", "assertable", "assertion", "macro", "test"]
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause"
name = "assertables"
readme = "README.md"
repository = "https://github.com/sixarm/assertables-rust-crate/"
version = "9.8.3"

[profile.dev]
panic = "unwind"

[profile.dist]
debug = 2
inherits = "release"
split-debuginfo = "packed"

[profile.release]
panic = "unwind"