intptr 0.1.0

Unmanaged, explicitly sized and typed Pointers.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "dataview"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1b06053e1c4297255a9a4dc37ae0def77f3a2c1db92d1b3951f14d0abc62291"
dependencies = [
 "derive_pod",
]

[[package]]
name = "derive_pod"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9ddbcc038e3c38612dae1ec0f576b206fb833462903337a2c881ab28ae1976d"

[[package]]
name = "intptr"
version = "0.1.0"
dependencies = [
 "dataview",
 "serde",
]

[[package]]
name = "serde"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"