licenses.dev

alloc-no-stdlib v2.0.4

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

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

This package has no dependencies.
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/alloc-no-stdlib)](https://licenses.dev/cargo/alloc-no-stdlib)
<a href="https://licenses.dev/cargo/alloc-no-stdlib">
  <img src="https://licenses.dev/b/cargo/alloc-no-stdlib" alt="licenses" />
</a>

Or the licenses badge code for the 2.0.4 version:

[![licenses](https://licenses.dev/b/cargo/alloc-no-stdlib/2.0.4)](https://licenses.dev/cargo/alloc-no-stdlib/2.0.4)
<a href="https://licenses.dev/cargo/alloc-no-stdlib/2.0.4">
  <img src="https://licenses.dev/b/cargo/alloc-no-stdlib/2.0.4" alt="licenses" />
</a>
GitHub