synthax 0.1.0

Synthesize syntax with quasiquoting plugins.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clippy]
optional = true
version = "0.0.*"

[lib]
plugin = true

[package]
authors = ["Kyle Mayes <kyle@mayeses.com>"]
description = "Synthesize syntax with quasiquoting plugins."
documentation = "https://kylemayes.github.io/synthax/synthax"
license = "Apache-2.0"
name = "synthax"
readme = "README.md"
repository = "https://github.com/KyleMayes/synthax"
version = "0.1.0"