claym 0.2.0

Assertion macros (without dependencies)
Documentation
# claym

[![Build status](https://github.com/hypermynds/claym/actions/workflows/ci.yml/badge.svg)](https://github.com/hypermynds/claym/actions/workflows/ci.yml)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
![no-std compatible](https://img.shields.io/badge/no--std-compatible-brightgreen)
![Version compatibility](https://img.shields.io/badge/Rust-1.56%2B-blue)

## Overview

This crate provides the same assertion macros of
[claim](https://crates.io/crates/claim), but it has been devepoled without
dependencies (included build dependencies) and to be used only with "modern"
version of Rust.

## License

Licensed under either of [Apache License 2.0](LICENSE-APACHE) or 
[MIT license](LICENSE-MIT) 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.