dataview 0.1.1

Safe transmute between types and bit patterns of the same length.
Documentation
[dependencies.derive_pod]
optional = true
version = "0.1"

[features]
default = ["derive_pod"]
nightly = []

[package]
authors = ["Casper <CasualX@users.noreply.github.com>"]
categories = ["parser-implementations"]
description = "Safe transmute between types and bit patterns of the same length."
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 = "0.1.1"
[package.metadata.docs.rs]
features = ["derive_pod"]