singlevec 1.8.0

Vec-like container optimized for storing only a single item
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "singlevec"
description = "Vec-like container optimized for storing only a single item"
keywords = ["data-structures", "no-std"]
version = "1.8.0"
authors = ["Brian Langenberger <bjl@usa.net>"]
license = "MIT/Apache-2.0"
edition = "2021"
homepage = "https://github.com/tuffy/singlevec"
repository = "https://github.com/tuffy/singlevec"

[dependencies]
serde = { version = "1.0", optional = true, default-features = false }