Files
third_party_rust_memoffset/Cargo.toml
T
2019-07-04 19:33:22 +03:00

14 lines
369 B
TOML

[package]
name = "memoffset"
version = "0.4.0"
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]
rustc_version = "0.2.3"