dataview 1.0.1

Safe transmute between types and byte arrays of the same size.
Documentation
[dependencies.derive_pod]
optional = true
version = "0.1.2"

[features]
default = ["derive_pod"]
int2ptr = []

[package]
authors = ["Casper <CasualX@users.noreply.github.com>"]
categories = ["parser-implementations"]
description = "Safe transmute between types and byte arrays of the same size."
documentation = "https://docs.rs/dataview/"
edition = "2018"
keywords = ["binary", "data", "view", "pod"]
license = "MIT"
name = "dataview"
readme = "readme.md"
repository = "https://github.com/CasualX/dataview"
version = "1.0.1"
[package.metadata.docs.rs]
features = ["derive_pod"]