singlevec 1.0.2

Vec-like container optimized for storing only a single item
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[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.0.2"