3 releases (breaking)

0.8.0 Nov 16, 2024
0.7.1 Sep 1, 2022
0.6.0 Aug 31, 2022

#32 in Debugging

Download history 13443/week @ 2024-08-22 12990/week @ 2024-08-29 13707/week @ 2024-09-05 12450/week @ 2024-09-12 12606/week @ 2024-09-19 14000/week @ 2024-09-26 13416/week @ 2024-10-03 12738/week @ 2024-10-10 15244/week @ 2024-10-17 14201/week @ 2024-10-24 12261/week @ 2024-10-31 13963/week @ 2024-11-07 15319/week @ 2024-11-14 13170/week @ 2024-11-21 11720/week @ 2024-11-28 11201/week @ 2024-12-05

54,456 downloads per month
Used in 48 crates (47 directly)

Apache-2.0 OR MIT

96KB
2K SLoC

claims

crates.io docs.rs Build Status License MSRV

Additional assertion macros for testing.

This crate provides assertion macros that are missing in the Rust standard library:

Installation

Add the following to your Cargo.toml manifest to use this crate for tests, examples, and benchmarks:

[dev-dependencies]
claims = "0.8"

Usage

Check out the documentation for available macros and examples.

Minimum Supported Rust Version

This crate is guaranteed to compile on stable rustc 1.38.0 and up.

License

Licensed under either of Apache License 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps