byte-slice-cast 1.2.2

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

[dependencies]

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