[package]
name = "intptr"
version = "0.1.7"
authors = ["Casper <CasualX@users.noreply.github.com>"]
edition = "2021"
license = "MIT"
description = "Unmanaged, explicitly sized and typed Pointers."
documentation = "https://docs.rs/intptr/"
repository = "https://github.com/CasualX/intptr"
readme = "readme.md"
[features]
nightly = []
int2ptr = []
dataview = ["dataview_0_1", "dataview_1"]
[dependencies.serde]
version = "1.0"
optional = true
default-features = false
[dependencies.dataview_0_1]
package = "dataview"
version = "0.1"
optional = true
default-features = false
[dependencies.dataview_1]
package = "dataview"
version = "1.0"
optional = true
default-features = false