copiablebuf 0.0.7

Copiable buffer, a tinier `Vec`, uses a fixed-size array to store a variable number of items.
Documentation
[lib]
name = "copiablebuf"
path = "src/copiablebuf.rs"

[package]
authors = ["0xAA55 <838816058@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Copiable buffer, a tinier `Vec`, uses a fixed-size array to store a variable number of items."
edition = "2024"
keywords = ["container", "buffer", "array"]
license-file = "LICENSE"
name = "copiablebuf"
readme = "Readme.md"
repository = "https://github.com/0xAA55-rs/copiablebuf"
version = "0.0.7"

[profile.release]
lto = "fat"