Name: | rust-alloc-no-stdlib+default-devel |
---|---|
Version: | 2.0.3 |
Release: | 3.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1382 |
License: | BSD |
RPM: | rust-alloc-no-stdlib+default-devel-2.0.3-3.el9.noarch.rpm |
Source RPM: | rust-alloc-no-stdlib-2.0.3-3.el9.src.rpm |
Build Date: | Thu Jan 05 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: | 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 "default" feature of "alloc-no-stdlib" crate. |