assert_fn 1.0.6

A proc macro for turning test helper functions into assert! style macros
Documentation
[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.tokio-test]
version = "0.4"

[lib]
proc-macro = true

[package]
authors = ["Dan Spencer <danrspencer@gmail.com>"]
categories = ["development-tools", "development-tools::testing"]
description = "A proc macro for turning test helper functions into assert! style macros"
edition = "2018"
homepage = "https://github.com/danrspencer/assert_fn"
keywords = ["assert", "test"]
license = "MIT"
name = "assert_fn"
readme = "README.md"
repository = "https://github.com/danrspencer/assert_fn"
version = "1.0.6"