expand 0.1.0

Macro to expand byte string literals
Documentation
[dependencies.proc-macro2]
version = "1.0.24"

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

[lib]
proc-macro = true

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