resend 0.1.2

resend is a easy to use, performant, customizable and extendable Rust library for little-endian/big-endian serializing and deserializing.
Documentation
[dependencies.resend_derive]
version = "0.1"

[features]
MAX_LEN_100M = []
MAX_LEN_2G = []
MAX_LEN_500M = []
big = []
default = []
len_16 = []
len_vlq = []
little = []
unstable = []

[package]
categories = ["encoding", "network-programming"]
description = "resend is a easy to use, performant, customizable and extendable Rust library for little-endian/big-endian serializing and deserializing."
edition = "2021"
keywords = ["serialize", "deserialize", "encode", "decode", "endian"]
license = "MIT OR Apache-2.0"
name = "resend"
publish = true
readme = "README.md"
repository = "https://github.com/WalterYongtaoWang/resend"
version = "0.1.2"