repr_offset_derive 0.2.0

For deriving the offsets of fields for types with a stable layout.
Documentation
[badges.travis-ci]
repository = "rodrimati1992/repr_offset_crates/"
[dependencies.as_derive_utils]
default_features = false
version = "0.8.3"

[dependencies.core_extensions]
default_features = false
version = "0.1.16"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[features]
testing = ["as_derive_utils/testing"]

[lib]
proc-macro = true

[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std"]
description = "For deriving the offsets of fields for types with a stable layout."
documentation = "https://docs.rs/repr_offset/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "../LICENSE-ZLIB.md"]
keywords = ["derive", "offset_of", "mem", "offset", "no-std"]
license = "Zlib"
name = "repr_offset_derive"
repository = "https://github.com/rodrimati1992/repr_offset_crates/"
version = "0.2.0"