syn-rsx 0.2.0

syn-powered parser for JSX-like TokenStreams
Documentation
[package]
name = "syn-rsx"
description = "syn-powered parser for JSX-like TokenStreams"
version = "0.2.0"
authors = ["stoically <stoically@protonmail.com>"]
keywords = ["syn", "jsx", "rsx", "html", "macro"]
edition = "2018"
repository = "https://github.com/stoically/syn-rsx"
readme = "README.md"
license = "MIT"

[dependencies]
proc-macro2 = "1.0.17"
syn = { version = "1.0.29", features = ["full"] }

[dev-dependencies]
quote = "1.0.6"

[features]
default = []
syn-extra-traits = ["syn/extra-traits"]