data-view 5.0.0

This library provides a data view for reading and writing data in a byte array.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[features]
BE = []
NE = []

[package]
authors = ["Nur <nurmohammed840@gmail.com>"]
description = "This library provides a data view for reading and writing data in a byte array."
edition = "2018"
keywords = ["bytes", "endianness", "binary"]
license = "Apache-2.0"
name = "data-view"
repository = "https://github.com/nurmohammed840/data-view.rs"
version = "5.0.0"