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
[dependencies.lazy_static]
version = "1.0"

[dependencies.proc-macro2]
version = "0.2.2"

[dependencies.quote]
version = "0.3.15"

[dependencies.syn]
version = "0.12.12"

[lib]
proc-macro = true

[package]
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"
keywords = ["FFI", "struct", "translator", "translate"]
license = "MIT"
name = "translator"
readme = "README.md"
repository = "https://github.com/LivingInSyn/Translator"
version = "0.3.1"