thin-vec 0.2.6

A vec that takes up less space on the stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
default = []
gecko-ffi = []
unstable = []

[package]
authors = ["Aria Beingessner <a.beingessner@gmail.com>"]
description = "A vec that takes up less space on the stack"
edition = "2018"
homepage = "https://github.com/gankra/thin-vec"
license = "MIT/Apache-2.0"
name = "thin-vec"
readme = "README.md"
repository = "https://github.com/gankra/thin-vec"
version = "0.2.6"