windows-implement 0.32.0

Macros for the windows crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "windows-implement"
version = "0.32.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Macros for the windows crate"
repository = "https://github.com/microsoft/windows-rs"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", default-features = false, features = ["parsing", "proc-macro", "printing", "full", "derive"] }
tokens = { package = "windows-tokens", path = "../tokens", version = "0.32.0" }