claims 0.8.0

Additional assertion macros for testing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "claims"

description = "Additional assertion macros for testing."

version = "0.8.0"

authors = ["svartalf <self@svartalf.info>", "mattwilkinsonn <mattwilki17@gmail.com>", "Anders Evensen"]

license = "Apache-2.0 OR MIT"

categories = ["development-tools", "development-tools::debugging", "development-tools::testing", "no-std", "no-std::no-alloc"]

keywords = ["assert", "test", "testing", "macros", "assertion"]

repository = "https://github.com/Anders429/claims"

readme = "README.md"

edition = "2018"



[package.metadata]

msrv = "1.38.0"



[dev-dependencies]

rustversion = "1.0.18"