try_collections 0.1.0

Collections that support operations that may fail.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Sam Westerman <sam@sampersand.me>"]
categories = ["data-structures"]
description = "Collections that support operations that may fail."
edition = "2018"
keywords = ["fallible", "hashmap", "try", "collections", "result"]
license = "MIT OR Apache-2.0"
name = "try_collections"
publish = true
readme = "README.md"
repository = "https://github.com/sampersand/try_collections"
version = "0.1.0"