[dependencies.static_assertions]
version = "1.1"
[features]
allocator_api = []
default = ["allocator_api", "use_unstable_apis"]
use_unstable_apis = []
[package]
categories = ["embedded", "memory-management", "no-std"]
description = "Fallible allocation functions for the Rust standard library's `Vec` type."
edition = "2021"
keywords = ["vec", "fallible", "collections", "no_std"]
license-file = "LICENSE"
name = "fallible_vec"
readme = "README.md"
repository = "https://github.com/microsoft/rust_fallible_vec"
version = "0.3.1"