linked-buffer 0.0.2

Yet another linked buffer implemention.
Documentation
[package]
authors = ["ChiHai <ihciah@gmail.com>", "XuShuai <dyxushuai@gmail.com>"]
description = "Yet another linked buffer implemention."
edition = "2021"
license = "MIT/Apache-2.0"
name = "linked-buffer"
readme = "README.md"
repository = "https://github.com/ihciah/linked-buffer"
version = "0.0.2"

[dependencies]
bytes = {version = "1", default-features = false, features = ["std"]}
monoio = {version = "0.0.4", default-features = false, features = [], optional = true, path = "../monoio/monoio"}
libc = {version = "0.2", optional = true}

[features]
monoio-vec = ["monoio", "libc"]
default = ["monoio-vec"]