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
# byte-slice-cast [![crates.io]https://img.shields.io/crates/v/byte-slice-cast.svg]https://crates.io/crates/byte-slice-cast [![Actions Status]https://github.com/sdroege/byte-slice-cast/workflows/byte-slice-cast/badge.svg]https://github.com/sdroege/byte-slice-cast/actions [![docs.rs]https://docs.rs/byte-slice-cast/badge.svg]https://docs.rs/byte-slice-cast

Safely cast between byte slices and slices of another built-in fundamental number type.

## LICENSE

byte-slice-cast is licensed under the MIT license ([LICENSE](LICENSE) or
http://opensource.org/licenses/MIT).

## Contribution

Any kinds of contributions are welcome as a pull request.

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in byte-slice-cast by you shall be licensed under the
MIT license as above, without any additional terms or conditions.