assert_tv_macros 0.5.2

De-randomized detereministic tests with test-vectors
Documentation
[dependencies.assert_tv]
version = "0.5.2"

[dependencies.proc-macro2]
version = "1.0.93"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "assert_tv_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Amin Faez <amin.faez.inbox@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::testing"]
description = "De-randomized detereministic tests with test-vectors"
edition = "2021"
keywords = ["macro", "test", "test-driven", "test-helpers", "test-vectors"]
license = "MIT OR Apache-2.0"
name = "assert_tv_macros"
readme = "README.md"
repository = "https://github.com/aminfa/assert_tv"
version = "0.5.2"