owl_patch_macros 0.1.0

Macros for the owl_patch crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "owl_patch_macros"
version = "0.1.0"
edition = "2021"
description = "Macros for the owl_patch crate"
authors = ["Peter Smith <peter@orukusaki.co.uk>"]
license = "MIT OR Apache-2.0"

[dependencies]
quote = "1.0"

[lib]
proc-macro = true

[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0"