alloc-no-stdlib
crates.io v2.0.42,269,865 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
- Version2.0.4
- Weekly downloads2,269,865
- License—
- Dependencies0
- Last release2022-09-12
- 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.