buf-view 0.1.0

Read/write primitive types on a wrapper buffer view
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["guojing <srson.hd@gmail.com>"]
categories = ["data-structures", "encoding", "network-programming", "parsing"]
description = "Read/write primitive types on a wrapper buffer view"
edition = "2021"
homepage = "https://github.com/guojing7/buf-view"
keywords = ["binary", "bytes", "endian", "big-endian", "little-endian"]
license = "MIT"
name = "buf-view"
repository = "https://github.com/guojing7/buf-view"
resolver = "2"
version = "0.1.0"