bytemuck 1.3.0-alpha.0

A crate for mucking around with piles of bytes.
Documentation
[badges.appveyor]
repository = "Lokathor/bytemuck"

[badges.travis-ci]
repository = "Lokathor/bytemuck"

[features]
extern_crate_alloc = []
extern_crate_std = ["extern_crate_alloc"]

[package]
authors = ["Lokathor <zefria@gmail.com>"]
categories = ["encoding", "no-std"]
description = "A crate for mucking around with piles of bytes."
edition = "2018"
exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml", "/bors.toml", "/pedantic.bat"]
keywords = ["transmute", "bytes", "casting"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "bytemuck"
readme = "README.md"
repository = "https://github.com/Lokathor/bytemuck"
version = "1.3.0-alpha.0"
[package.metadata.docs.rs]
all-features = true