one-stack-vec 0.4.0

OneStackVec could contain any number of item like `Vec`, and it does heap allocation only when it contains more than one item.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "one-stack-vec"
version = "0.4.0"
authors = ["AtsukiTak <takatomgoo@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["one-stack-vec", "data-structures"]
repository = "https://github.com/AtsukiTak/one-stack-vec"
homepage = "https://github.com/AtsukiTak/one-stack-vec"
categories = ["data-structures"]
description = """
OneStackVec could contain any number of item like `Vec`, and
it does heap allocation only when it contains more than one item.
"""

[dependencies]