This crate provides the same assertion macros of claim, but it has been devepoled without dependencies (included build dependencies) and to be used only with newer version of Rust.
Add the following to your Cargo.toml
manifest to replace claim
with claym
for tests:
toml
[dev-dependencies]
claim = { package = "claym", version = "0.4.0" }
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.