rustler_codegen 0.16.0

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

[lib]
name = "rustler_codegen"
proc_macro = true

[dependencies]
syn = { version = "0.11.9", features = ["aster", "visit"] }
quote = "0.3.15"
heck = "0.3"