fallible_collections 0.3.1

a crate which adds fallible allocation api to std collections
Documentation
[package]
name = "fallible_collections"
version = "0.3.1"
authors = ["vcombey <vcombey@student.42.fr>"]
edition = "2018"
license = "MIT/Apache-2.0"

repository = "https://github.com/vcombey/fallible_collections.git"
description = "a crate which adds fallible allocation api to std collections"
readme = "README.md"
keywords = ["fallible", "collections"]

[dependencies]
hashbrown = "0.9"

[features]
# Enable on nightly builds to allow use of unstable features
unstable = []
# Functionality based on std::io types
std_io = []