wordvec 0.0.0

A compact `SmallVec<T>`-like container with only `align_of::<T>()` overhead for small stack-only instances.
Documentation
[lib]
name = "wordvec"
path = "src/lib.rs"

[package]
authors = ["SOFe <sofe2038@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "A compact `SmallVec<T>`-like container with only `align_of::<T>()` overhead for small stack-only instances."
edition = "2024"
license = "MIT"
name = "wordvec"
readme = "README.md"
version = "0.0.0"