Skip to content

Assertion macros (without dependencies)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

hypermynds/claym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.