rs-bytebuffer 0.1.2

this is a bytebuffer tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rs-bytebuffer"
version = "0.1.2"
edition = "2021"
authors = ["yanlsix <yanlsix@163.com>"]
description = "this is a bytebuffer tools"
license = "Apache-2.0"
repository = "https://github.com/yanlongsix/rs-bytebuffer"
homepage = "https://github.com/yanlongsix/rs-bytebuffer"
keywords = ["bytebuffer", "byte"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
byteorder = "1.4.3"