byteorder_slice 0.2.0

Byteorder like crate for &[u8]
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.byteorder]
optional = true
version = "1.*"

[features]
byteorder_compat = ["byteorder"]
default = []

[package]
authors = ["courvoif <courvoif@pm.me>"]
description = "Byteorder like crate for &[u8]"
documentation = "https://docs.rs/byteorder_slice/"
edition = "2018"
license = "MIT"
name = "byteorder_slice"
repository = "https://github.com/courvoif/byteorder_slice"
version = "0.2.0"