rust-alloc-no-stdlib 2.0.4-1 source package in Ubuntu

Changelog

rust-alloc-no-stdlib (2.0.4-1) unstable; urgency=medium

  * Package alloc-no-stdlib 2.0.4 from crates.io using debcargo 2.5.0

 -- Alexander Kjäll <email address hidden>  Sat, 22 Oct 2022 09:46:31 -0400

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
rust-alloc-no-stdlib_2.0.4-1.dsc 2.3 KiB fa7f0c2f2c3ac66740b01476b096ebeb99840a9319278019f3530686877c8db2
rust-alloc-no-stdlib_2.0.4.orig.tar.gz 9.9 KiB cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3
rust-alloc-no-stdlib_2.0.4-1.debian.tar.xz 4.6 KiB dd1be529f2f8d1757a3f90f7fde5a77474f13295ba710a750cc37e8bc9d19727

Available diffs

No changes file available.

Binary packages built by this source

librust-alloc-no-stdlib-dev: Dynamic allocator that may be used with or without the stdlib - Rust source code

 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 the source for the Rust alloc-no-stdlib crate, packaged
 by debcargo for use with cargo and dh-cargo.