aoc_codegen 0.1.0

Codegen for the aoc crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "aoc_codegen"
description = "Codegen for the aoc crate"
version = "0.1.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/panicbit/aoc"
authors = ["panicbit <panicbit.dev@gmail.com>"]

[lib]
proc-macro = true

[dependencies]
quote = "0.6.10"
syn = { version = "0.15.21", features = ["full"] }