const-field-offset-macro 0.1.1

Procedural macro to generate constant field offset from repr(c) struct
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["derive"]
version = "1.0"
[dev-dependencies.memoffset]
version = "0.6"

[features]
field-offset-trait = []

[lib]
path = "macro.rs"
proc-macro = true

[package]
authors = ["SixtyFPS <info@sixtyfps.io>"]
description = "Procedural macro to generate constant field offset from repr(c) struct"
edition = "2018"
homepage = "https://sixtyfps.io"
license = "GPL-3.0-only"
name = "const-field-offset-macro"
repository = "https://github.com/sixtyfpsui/sixtyfps"
resolver = "2"
version = "0.1.1"