hidden-trait 0.1.2

Proc macro for exposing a trait implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "hidden-trait"
version = "0.1.2"
edition = "2021"
license = "MIT"
description = "Proc macro for exposing a trait implementation"
repository = "https://github.com/kvark/hidden-trait"

[lib]
proc-macro = true

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