claym

Crates.ioclaym
lib.rsclaym
version0.6.0
sourcesrc
created_at2022-08-02 13:07:30.936956
updated_at2024-04-24 09:24:55.818347
descriptionAssertion macros (without dependencies)
homepagehttps://github.com/hypermynds/claym
repositoryhttps://github.com/hypermynds/claym
max_upload_size
id637323
size53,985
Mattia Penati (mphypermynds)

documentation

https://docs.rs/claym

README

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.

Commit count: 46

cargo fmt