addr_of 0.1.4

fn addr_of<T>(ptr: &T) -> usize
Documentation
[package]
name = "addr_of"
version = "0.1.4"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/i18n-site/rust.git"
homepage = "https://github.com/i18n-site/rust/tree/main/addr_of"
description = "fn addr_of<T>(ptr: &T) -> usize"
keywords = []

[features]
default = []

[package.metadata.docs.rs]
all-features = true

[dependencies]
aok = "0.1.15"

[dev-dependencies]
aok = "0.1.15"
loginit = "0.1.18"
static_init = "1.0.3"
tracing = "0.1.41"

[dev-dependencies.tokio]
version = "1.43.0"
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]