$ alloc-no-stdlib

v3.0.0MAJOR UPDATE

A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory

Downloads: 173.4M
Recent: 37.1M
Versions: 10
Updated: June 14, 2026

Latest Update Summary

Crate

Name: alloc-no-stdlib New version: 3.0.0 Release date: 2026-06-14T07:37:22.713662Z

Crate readme

Short description

Long description

Features

Code Examples

Links

https://raw.githubusercontent.com/dropbox/rust-alloc-no-stdlib/master/tests/lib.rs

Release info

Release version: N/A

Release description N/A

Code Examples N/A

Major update: 2.0.4 → 3.0.0

$ DOWNLOADS TREND

97.8M173.4M

$ VERSION HISTORY

v3.0.0June 14, 2026
v2.0.4September 12, 2022

$ LINKS

$ INSTALL

cargo add alloc-no-stdlib

Or add to Cargo.toml: alloc-no-stdlib = "3.0.0"