[badges.travis-ci]
repository = "rodrimati1992/repr_offset_crates/"
[dependencies.repr_offset_derive]
optional = true
version = "=0.2.0"
[dependencies.tstr]
version = "0.2"
[dev-dependencies.repr_offset_derive]
version = "=0.2.0"
[features]
default = []
derive = ["repr_offset_derive"]
docsrs = []
for_examples = []
priv_expensive_test = []
priv_raw_ref = []
test_nightly = ["testing", "priv_raw_ref"]
testing = ["for_examples"]
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std"]
description = "Offsets of fields for types with a stable layout."
documentation = "https://docs.rs/repr_offset/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE-ZLIB.md", "build.rs"]
keywords = ["offset_of", "mem", "offsetof", "offset", "no-std"]
license = "Zlib"
name = "repr_offset"
readme = "README.md"
repository = "https://github.com/rodrimati1992/repr_offset_crates/"
version = "0.2.2"
[package.metadata.docs.rs]
features = ["docsrs", "for_examples", "derive"]