timpl-proc 0.1.0-alpha.2

timpl procedural macros. Not meant to be used directly. Use timpl instead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "timpl-proc"
version = "0.1.0-alpha.2"
edition = "2021"
description = "timpl procedural macros. Not meant to be used directly. Use timpl instead."
authors = ["Timon Schelling"]
repository = "https://github.com/timon-schelling/timpl"
documentation = "https://docs.rs/timpl"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
timpl-internal = { version = "0.1.0-alpha.2", path = "../timpl-internal" }