alloc-checked 0.1.0

Collections that don't panic on alloc failures
Documentation
[package]
name = "alloc-checked"
description = "Collections that don't panic on alloc failures"
authors = ["Adam Cimarosti <adam@questdb.io>"]
version = "0.1.0"
edition = "2021"
repository = "https://github.com/questdb/alloc-checked"
keywords = ["alloc", "collections", "no-std", "safe-allocation", "container"]
categories = ["data-structures", "memory-management", "no-std", "rust-patterns"]
license = "MIT OR Apache-2.0"

[package.metadata]
rust-version = "nightly"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "nightly"]

[features]
default = []
no_std = []