dataview 1.0.1

Safe transmute between types and byte arrays of the same size.
Documentation
[workspace]

members = [".", "./derive_pod"]



[package]

name = "dataview"

version = "1.0.1"

authors = ["Casper <CasualX@users.noreply.github.com>"]

edition = "2018"

license = "MIT"



description = "Safe transmute between types and byte arrays of the same size."

documentation = "https://docs.rs/dataview/"

repository = "https://github.com/CasualX/dataview"

readme = "readme.md"

keywords = ["binary", "data", "view", "pod"]

categories = ["parser-implementations"]



[package.metadata.docs.rs]

features = ["derive_pod"]



[features]

default = ["derive_pod"]



# Treat raw pointers as POD, this is unsound under Strict Provenance rules

int2ptr = []



[dependencies]

derive_pod = { path = "./derive_pod", version = "0.1.2", optional = true }