assert-cmp 0.2.1

Convenient assertion macros that print the failed expressions and their evaluated values
Documentation
[[test]]
name = "test"
path = "test.rs"

[lib]
name = "assert_cmp"
path = "lib.rs"

[package]
authors = ["khai96_ <hvksmr1996@gmail.com>"]
build = false
categories = ["no-std", "rust-patterns", "development-tools"]
description = "Convenient assertion macros that print the failed expressions and their evaluated values"
documentation = "https://docs.rs/assert-cmp"
edition = "2018"
include = ["*.rs", "/Cargo.toml", "/README.md", "/LICENSE.md"]
keywords = ["stringify", "debug", "assert", "macro"]
license = "MIT"
name = "assert-cmp"
readme = "README.md"
repository = "https://github.com/KSXGitHub/assert-cmp"
version = "0.2.1"