[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"