four-char-code-macros-impl 1.0.0

Macros for four-char-code package
Documentation
[package]
name = "four-char-code-macros-impl"
description = "Macros for four-char-code package"
license = "MIT"
version = "1.0.0"
authors = ["shurizzle <shura1991@gmail.com>"]
edition = "2018"
readme = "../README.md"
homepage = "https://github.com/shurizzle/rust-four-char-code"
repository = "https://github.com/shurizzle/rust-four-char-code"

[lib]
proc-macro = true

[dependencies]
proc-macro-hack = "0.5"
syn = { version = "1", features = ["derive"] }