6 releases (breaking)
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 |
#216 in Testing
94 downloads per month
41KB
1K
SLoC
claym
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.