bin_codec 0.1.0

binary encoder decoder with bit field
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Jackal <ywzjackal@163.com>"]
categories = ["web-programming"]
description = "binary encoder decoder with bit field"
documentation = "https://github.com/ywzjackal/bin_codec.rs"
edition = "2018"
homepage = "https://github.com/ywzjackal/bin_codec.rs"
keywords = ["bitfield", "binary", "encode", "decode"]
license = "MIT/Apache-2.0"
name = "bin_codec"
readme = "../README.md"
repository = "https://github.com/ywzjackal/bin_codec.rs"
version = "0.1.0"