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
15
16
17
[dependencies.quote]
version = "0.6.10"

[dependencies.syn]
features = ["full"]
version = "0.15.21"

[lib]
proc-macro = true

[package]
authors = ["panicbit <panicbit.dev@gmail.com>"]
description = "Codegen for the aoc crate"
license = "MIT OR Apache-2.0"
name = "aoc_codegen"
repository = "https://github.com/panicbit/aoc"
version = "0.1.0"