antarc-protocol 0.1.0

Antarc custom procotol
[[bench]]
harness = false
name = "benchmark_clone_vs_arc"

[[bench]]
harness = false
name = "benchmark_array_concat"

[dependencies.crc32fast]
features = ["std", "nightly"]
version = "1.2"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["meowjesty <meowjesty_nyan@outlook.com>"]
categories = ["network-programming"]
description = "Antarc custom procotol"
edition = "2018"
homepage = "https://github.com/meowjesty/antarc"
keywords = ["protocol"]
license = "MIT OR Apache-2.0"
name = "antarc-protocol"
repository = "https://github.com/meowjesty/antarc"
version = "0.1.0"