byte-slice-cast 1.2.2

Safely cast bytes slices from/to slices of built-in fundamental numeric types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

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

[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 = "1.2.2"