try_collections 0.1.1

Collections that support operations that may fail.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "try_collections"
version = "0.1.1"
authors = ["Sam Westerman <sam@sampersand.me>"]
edition = "2018"
publish= true
description = "Collections that support operations that may fail."
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/sampersand/try_collections"
keywords = ["fallible", "hashmap", "try", "collections", "result"]
categories = ["data-structures"]

[dependencies]
hashbrown = { version = "0.8.2", features = ["raw"] }