rustler_codegen 0.19.0

Compiler plugin for Rustler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rustler_codegen"
description = "Compiler plugin for Rustler"
repository = "https://github.com/hansihe/rustler/tree/master/rustler_codegen"
# rustler_codegen version
version = "0.19.0"
authors = ["Hansihe <hansihe@hansihe.com>"]
license = "MIT/Apache-2.0"

[lib]
name = "rustler_codegen"
proc_macro = true

[dependencies]
syn = { version = "0.15.24", features = ["derive"] }
quote = "0.6.10"
heck = "0.3"
proc-macro2 = "0.4"