stub_trait 1.1.0

Macro to implement stub object for a trait.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[lib]
proc-macro = true

[package]
authors = ["Guillaume Leroy <pro.guillaume.leroy@gmail.com"]
categories = ["development-tools::testing"]
description = "Macro to implement stub object for a trait."
documentation = "https://docs.rs/stub_trait"
edition = "2021"
exclude = ["examples/*", "tests/*"]
keywords = ["mock", "mocking", "stub", "stubing", "testing"]
license = "MIT"
name = "stub_trait"
readme = "README.md"
repository = "https://github.com/leroyguillaume/stub_trait"
version = "1.1.0"