postfix_assert 0.1.0

Trait implementations of common assertions in (postfix) method style for the Rust standard library. This allows for assertions to be chained and integrated as part of an expression.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
debug = []

[package]
authors = ["Patrick LaFontaine <32135464+Pat-Lafon@users.noreply.github.com>"]
categories = ["development-tools", "development-tools::debugging"]
description = "Trait implementations of common assertions in (postfix) method style for the Rust standard library. This allows for assertions to be chained and integrated as part of an expression.\n"
edition = "2018"
exclude = ["todo.md"]
keywords = ["assert", "assertions", "debug_assert", "testing", "test"]
license = "MIT"
name = "postfix_assert"
readme = "README.md"
repository = "https://github.com/Pat-Lafon/PostfixAssert"
version = "0.1.0"