fallible_vec 0.1.0

Fallible allocation functions for the Rust standard library's `Vec` type.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "fallible_vec"
description = "Fallible allocation functions for the Rust standard library's `Vec` type."
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/microsoft/rust_fallible_vec"
readme = "README.md"
categories = ["embedded", "memory-management", "no-std"]
keywords = ["vec", "fallible", "collections", "no_std"]