[dependencies.hashbrown]
optional = true
version = "0.14"
[features]
default = ["hashmap"]
hashmap = ["dep:hashbrown"]
rust_1_57 = []
std = []
std_io = ["std"]
unstable = []
[lib]
name = "fallible_collections"
path = "src/lib.rs"
[package]
authors = ["vcombey <vcombey@student.42.fr>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "memory-management"]
description = "a crate which adds fallible allocation api to std collections"
edition = "2021"
keywords = ["fallible", "allocation", "collections", "oom", "try-reserve"]
license = "MIT OR Apache-2.0"
name = "fallible_collections"
readme = "README.md"
repository = "https://github.com/vcombey/fallible_collections.git"
rust-version = "1.64"
version = "0.5.0"