Files
third_party_rust_memoffset/Cargo.toml
T
2025-11-14 10:33:53 +08:00

23 lines
545 B
TOML

[package]
name = "memoffset"
version = "0.9.1"
authors = ["Gilad Naaman <gilad.naaman@gmail.com>"]
description = "offset_of functionality for Rust structs."
license = "MIT"
readme = "README.md"
repository = "https://github.com/Gilnaa/memoffset"
keywords = ["mem", "offset", "offset_of", "offsetof"]
categories = ["no-std"]
[build-dependencies]
autocfg = "1"
[dev-dependencies]
doc-comment = "0.3"
[features]
default = []
# NOP features, solely so that people do not have to change their Cargo.toml
unstable_offset_of = []
unstable_const = []