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

Changelog

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

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

 -- Alexander Kjäll <email address hidden>  Sat, 12 Mar 2022 10:17:40 +0100

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

Downloads

File Size SHA-256 Checksum
rust-alloc-no-stdlib_2.0.3-1.dsc 2.2 KiB 5e9dbc5a0c15800c3ec1dabacb72e246014dfb496ef96ec25a03c0859df6dd20
rust-alloc-no-stdlib_2.0.3.orig.tar.gz 10.0 KiB 35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3
rust-alloc-no-stdlib_2.0.3-1.debian.tar.xz 4.6 KiB 2eb94f1362405591adf5517e80c7681d151ab4f5b7c06e5e756826ecac90a0d6

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.