alloc-checked 0.1.0

Collections that don't panic on alloc failures
Documentation
[features]
default = []
no_std = []

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

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

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

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