test-builder 0.1.1

A test builder for all function of an impl block
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "test-builder"
version = "0.1.1"
edition = "2021"
description = "A test builder for all function of an impl block"
license = "MIT OR Apache-2.0"

[dependencies]
eager = "0.1.0"
num = "0.4.3"
paste = "1.0.14"
syn = {version = "2.0.100", features = ["full", "extra-traits"]}
quote = "1.0.39"

[lib]
proc-macro = true