expand 0.1.0

Macro to expand byte string literals
Documentation
[package]
name = "expand"
version = "0.1.0"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2018"
license = "MPL-2.0"
description = "Macro to expand byte string literals"
homepage = "https://github.com/figsoda/expand"
repository = "https://github.com/figsoda/expand"
readme = "README.md"
keywords = ["macro", "macros", "literal", "pattern", "proc-macro"]
categories = ["rust-patterns"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.24"

[dependencies.syn]
version = "1.0.46"
default-features = false
features = ["proc-macro", "parsing"]