#assert #test

no-std claym

Assertion macros (without dependencies)

6 releases (breaking)

new 0.6.0 Apr 24, 2024
0.5.1 Mar 8, 2023
0.5.0 Feb 3, 2023
0.4.0 Aug 5, 2022
0.2.0 Aug 2, 2022

#184 in Testing

Download history 2/week @ 2024-01-08 7/week @ 2024-01-15 2/week @ 2024-01-22 8/week @ 2024-02-05 4/week @ 2024-02-12 36/week @ 2024-02-19 40/week @ 2024-02-26 16/week @ 2024-03-04 35/week @ 2024-03-11 33/week @ 2024-03-18 23/week @ 2024-03-25 36/week @ 2024-04-01 29/week @ 2024-04-08 16/week @ 2024-04-15

107 downloads per month

Apache-2.0 OR MIT

41KB
1K SLoC

claym

Latest Version Latest Version Build status Apache 2.0 OR MIT licensed no-std compatible Version compatibility

Overview

This crate provides the same assertion macros as claim, but it has been developed without dependencies (including build dependencies) and is intended for use only with newer versions of Rust.

Add the following to your Cargo.toml manifest to replace claim with claym for tests:

[dev-dependencies]
claim = { package = "claym", version = "0.6.0" }

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