Dynamic allocator that may be used with or without the stdlib
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. This package contains library source intended for building other packages which use "unsafe" feature of "alloc-no-stdlib" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.0.3-1.fc35 | - |
Fedora 35 | 2.0.3-1.fc35 | - |
Fedora 34 | 2.0.1-4.fc34 | - |
You can contact the maintainers of this package via email at
rust-alloc-no-stdlib dash maintainers at fedoraproject dot org
.