Cargo Features
[dependencies]
own-ref = { version = "0.1.0-alpha", default-features = false, features = ["offset_of"] }
- default = offset_of
-
The
offset_of
feature is set by default wheneverown-ref
is added without
somewhere in the dependency tree.default-features = false - offset_of default
-
Performs a sanity check using a
const
assertion. Requires Rust ≥ 1.77.