Name: | rust-alloc-no-stdlib-devel |
---|---|
Version: | 2.0.4 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 51677 |
License: | BSD-3-Clause |
RPM: | rust-alloc-no-stdlib-devel-2.0.4-1.el9.noarch.rpm |
Source RPM: | rust-alloc-no-stdlib-2.0.4-1.el9.src.rpm |
Build Date: | Sun Apr 23 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://crates.io/crates/alloc-no-stdlib |
Summary: | Dynamic allocator that may be used with or without the stdlib |
Description: | 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 "alloc-no-stdlib" crate. |