try_reserve 0.2.1

Stable implementation of the TryReserveError from std for custom collections
Documentation
[features]
std = []

[lib]
name = "try_reserve"
path = "src/lib.rs"

[package]
authors = ["Dari-OS <darius.dev@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "data-structures"]
description = " Stable implementation of the TryReserveError from std for custom collections"
edition = "2021"
keywords = ["no-std", "stabilization", "reserve", "try_reserve", "trait"]
license = "MIT OR Apache-2.0"
name = "try_reserve"
readme = "README.md"
repository = "https://github.com/Dari-OS/try_reserve"
version = "0.2.1"

[[test]]
name = "tests"
path = "tests/tests.rs"