Cargo Features
IntPtr has no features set by default.
[dependencies]
intptr = { version = "0.1.6", features = ["nightly", "int2ptr", "dataview", "serde"] }
- nightly
- int2ptr
-
Allow casts between raw pointers and IntPtrs
This is unsound under Strict Provenance rules - dataview = dataview_0_1, dataview_1
-
Implement
Pod
for the IntPtrs
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- dataview_0_1 dataview?
-
Enables dataview ^0.1
- dataview_1 dataview?
-
Enables dataview