minivec 0.4.0

A version of Vec that's only the size of a single pointer
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1"

[package]
authors = ["LeonineKing1199 <christian.mazakas@gmail.com>"]
categories = ["data-structures"]
description = "A version of Vec that's only the size of a single pointer"
edition = "2018"
keywords = ["vec", "vector"]
license = "BSL-1.0"
name = "minivec"
repository = "https://github.com/LeonineKing1199/minivec"
version = "0.4.0"