mirror of
https://gitee.com/openharmony/third_party_rust_memoffset
synced 2024-11-22 22:59:51 +00:00
0fac3ac664
Support for const-eval on stable
21 lines
444 B
TOML
21 lines
444 B
TOML
[package]
|
|
name = "memoffset"
|
|
version = "0.8.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]
|
|
autocfg = "1"
|
|
|
|
[dev-dependencies]
|
|
doc-comment = "0.3"
|
|
|
|
[features]
|
|
default = []
|
|
unstable_const = []
|