alloc-no-stdlib
crates.io v3.0.03,078,386 weekly downloads · 0 Dependencies
Source data as of:
Summary
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…
cargo add alloc-no-stdlib
- Ecosystemcrates.io
- Version3.0.0
- Weekly downloads3,078,386
- License—
- Dependencies0
- Last release2026-06-14
- First published2016-05-24
Registry values
Reproduced verbatim from the official registry, with the source named on each value.
Description
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
Registry-supplied description, cleaned to plain text. Source: crates.io (Rust).
Derived indices (computation method published)
Quanteta-computed from the registry values below. This is a derived index, not a measured registry metric. See the formula on the Data & Sources page.