assert-offset 0.1.2

Derive macro for asserting the memory offset of fields in a struct.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "assert-offset"
version = "0.1.2"
edition = "2021"
description = "Derive macro for asserting the memory offset of fields in a struct."
repository = "https://github.com/cohaereo/assert-offset"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.38"
syn = "2.0.96"