typeshare-annotation 1.0.4

The annotation used to mark types for typeshare
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["parsing", "proc-macro"]
version = "2"

[lib]
proc-macro = true

[package]
description = "The annotation used to mark types for typeshare"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "typeshare-annotation"
repository = "https://github.com/1Password/typeshare"
version = "1.0.4"