fallible_collections 0.4.9

a crate which adds fallible allocation api to std collections
Documentation
[dependencies.hashbrown]
optional = true
version = "0.13"

[features]
default = ["hashmap"]
hashmap = ["hashbrown"]
rust_1_57 = []
std = []
std_io = ["std"]
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.4.9"