fallible_vec 0.3.1

Fallible allocation functions for the Rust standard library's `Vec` type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"