[go: up one dir, main page]

nonempty-collections 0.1.3

Correct-by-construction non-empty collections.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1"
[dev-dependencies.serde_json]
version = "1"

[package]
authors = ["Colin Woodbury <colin@fosskers.ca>"]
categories = ["data-structures"]
description = "Correct-by-construction non-empty collections."
edition = "2021"
keywords = ["nonempty", "vector", "set", "map"]
license = "MIT"
name = "nonempty-collections"
readme = "README.md"
repository = "https://github.com/fosskers/nonempty-collections"
version = "0.1.3"