singlevec 1.3.1

Vec-like container optimized for storing only a single item
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
default-features = false
optional = true
version = "1.0"

[package]
authors = ["Brian Langenberger <bjl@usa.net>"]
description = "Vec-like container optimized for storing only a single item"
edition = "2021"
homepage = "https://github.com/tuffy/singlevec"
keywords = ["data-structures", "no-std"]
license = "MIT/Apache-2.0"
name = "singlevec"
readme = "README.md"
repository = "https://github.com/tuffy/singlevec"
version = "1.3.1"