vv 0.2.0

A memory-contiguous `Vec<Vec<T>>` with resizable inner vecs.
Documentation
[lib]
name = "vv"
path = "src/lib.rs"

[package]
authors = ["Atlas Dostal <email@atlasdostal.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management", "caching"]
description = "A memory-contiguous `Vec<Vec<T>>` with resizable inner vecs."
edition = "2024"
keywords = ["vec", "jagged", "storage", "array", "allocator"]
license = "MIT OR Apache-2.0"
name = "vv"
readme = "README.md"
repository = "https://github.com/atlv24/vv"
version = "0.2.0"