union_type 0.0.0

A proc macro to introduce union type into rust
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1"

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

[lib]
proc-macro = true

[package]
authors = ["longfangsong <longfangsong@icloud.com>"]
description = "A proc macro to introduce union type into rust"
edition = "2018"
keywords = ["proc_macro", "procmacro"]
license-file = "LICENSE"
name = "union_type"
repository = "https://github.com/longfangsong/union_type"
version = "0.0.0"