flaky_test_impl 0.2.2

implementation detail of the `flaky_test` macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "flaky_test_impl"
version = "0.2.2"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
repository = "https://github.com/denoland/flaky_test"
description = "implementation detail of the `flaky_test` macro"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }