split-spare 0.1.0

A trait to allow referencing the already initialized part of a collection while pushing into it's reserved capacity.
Documentation
[dependencies]

[lib]
name = "split_spare"
path = "src/lib.rs"

[package]
authors = ["Mick van Gelderen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "A trait to allow referencing the already initialized part of a collection while pushing into it's reserved capacity."
edition = "2024"
keywords = ["vec", "split", "spare", "capacity", "extend"]
license = "MIT OR Apache-2.0"
name = "split-spare"
readme = "README.md"
repository = "https://github.com/mickvangelderen/split-spare"
version = "0.1.0"