translator 0.3.1

A procedural macro which translates your repr-C structs into C++, Python and C# at compile time for helping write FFI libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "translator"
version = "0.3.1"
authors = ["Jeremy Mill <jeremymill@gmail.com>"]
description = "A procedural macro which translates your repr-C structs into C++, Python and C# at compile time for helping write FFI libraries"
license = "MIT"
readme = "../README.md"
keywords = ["FFI", "struct", "translator", "translate"]
repository = "https://github.com/LivingInSyn/Translator"

[dependencies]
syn = "0.12.12"
quote = "0.3.15"
proc-macro2 = "0.2.2"
lazy_static = "1.0"

[lib]
proc-macro = true