collections2 0.0.1

Traits for generic collections, such as lists, maps and sets (supports no_std)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
description = "Traits for generic collections, such as lists, maps and sets (supports no_std)"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "collections2"
readme = "README.md"
repository = "https://github.com/bbqsrc/collections"
rust-version = "1.65"
version = "0.0.1"