byte-slice-cast 0.3.5

Safely cast bytes slices from/to slices of built-in fundamental numeric types
Documentation
[badges.travis-ci]
branch = "master"
repository = "sdroege/byte-slice-cast"

[dependencies]

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
description = "Safely cast bytes slices from/to slices of built-in fundamental numeric types"
edition = "2018"
include = ["src/lib.rs", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["no_std"]
license = "MIT"
name = "byte-slice-cast"
readme = "README.md"
repository = "https://github.com/sdroege/bytes-num-slice-cast"
version = "0.3.5"