Language

Package: rust-alloc-no-stdlib @ 2.0.1

Synopsis

Dynamic allocator that may be used with or without the stdlib

Description

This package provides 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.

Home page
https://github.com/dropbox/rust-alloc-no-stdlib
Location
gnu/packages/crates-io.scm (line: 594, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings