fallible_collections 0.3.1

a crate which adds fallible allocation api to std collections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.hashbrown]
version = "0.9"

[features]
std_io = []
unstable = []

[package]
authors = ["vcombey <vcombey@student.42.fr>"]
description = "a crate which adds fallible allocation api to std collections"
edition = "2018"
keywords = ["fallible", "collections"]
license = "MIT/Apache-2.0"
name = "fallible_collections"
readme = "README.md"
repository = "https://github.com/vcombey/fallible_collections.git"
version = "0.3.1"