more-asserts 0.3.1

Small library providing additional assert_* and debug_assert_* macros.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
description = "Small library providing additional assert_* and debug_assert_* macros."
documentation = "https://docs.rs/more-asserts"
edition = "2018"
homepage = "https://github.com/thomcc/rust-more-asserts"
keywords = ["assert", "debug_assert", "debug", "assertions", "testing"]
license = "Unlicense OR MIT OR Apache-2.0 OR CC0-1.0"
name = "more-asserts"
readme = "README.md"
repository = "https://github.com/thomcc/rust-more-asserts"
version = "0.3.1"