licenses.dev

alloc-no-stdlib v1.2.0

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 1.2.0 version:

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