licenses.dev

alloc-stdlib v0.2.2

A dynamic allocator example that may be used with the stdlib

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

BSD-3-Clause1
PackageRelationDependenciesPublished
alloc-no-stdlib • 2.0.4A 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 memoryDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.2 version:

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