Dynamic allocator that may be used with or without the stdlib
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. This package contains library source intended for building other packages which use the "unsafe" feature of the "alloc-no-stdlib" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.0.4-4.fc41 | - |
Fedora 41 | 2.0.4-4.fc41 | - |
Fedora 40 | 2.0.4-3.fc40 | - |
Fedora EPEL 9 | 2.0.4-1.el9 | - |
Fedora EPEL 10.0 | 2.0.4-4.el10_0 | - |
You can contact the maintainers of this package via email at
rust-alloc-no-stdlib dash maintainers at fedoraproject dot org
.