An open API service indexing awesome lists of open source software.

https://github.com/ksxgithub/assert-cmp

Convenient assertion macros that print the failed expressions and their evaluated values
https://github.com/ksxgithub/assert-cmp

assertions debug library macros no-std rust rust-patterns

Last synced: 4 months ago
JSON representation

Convenient assertion macros that print the failed expressions and their evaluated values

Awesome Lists containing this project

README

          

# Assert Cmp

[![Test](https://github.com/KSXGitHub/assert-cmp/workflows/Test/badge.svg)](https://github.com/KSXGitHub/assert-cmp/actions?query=workflow%3ATest)
[![Crates.io Version](https://img.shields.io/crates/v/assert-cmp?logo=rust)](https://crates.io/crates/assert-cmp)

Convenient assertion macros that print the failed expressions and their evaluated values.

## Usage

Read [the doc](https://docs.rs/assert-cmp) for usage of every macro.

## License

[MIT](https://git.io/JOa7I) © [Hoàng Văn Khải](https://ksxgithub.github.io/).