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
- Host: GitHub
- URL: https://github.com/ksxgithub/assert-cmp
- Owner: KSXGitHub
- License: mit
- Created: 2021-04-20T05:33:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T10:57:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-08T13:36:29.544Z (11 months ago)
- Topics: assertions, debug, library, macros, no-std, rust, rust-patterns
- Language: Rust
- Homepage: https://crates.io/crates/assert-cmp
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Assert Cmp
[](https://github.com/KSXGitHub/assert-cmp/actions?query=workflow%3ATest)
[](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/).