rust-async-attributes 1.1.2-5 source package in Ubuntu

Changelog

rust-async-attributes (1.1.2-5) unstable; urgency=medium

  * update dh-cargo fork;
    closes: bug#1047335, thanks to Lucas Nussbaum

 -- Jonas Smedegaard <email address hidden>  Mon, 14 Aug 2023 11:22:01 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-async-attributes_1.1.2-5.dsc 2.3 KiB 5d3cfb7123882efa5004b1a68df74ead04eedb43abb59922cde05c5a0ba92feb
rust-async-attributes_1.1.2.orig.tar.gz 7.7 KiB 5d373c31762a8798ad9e0c5c431706f386cb722c98aadf7a289049162e44e4be
rust-async-attributes_1.1.2-5.debian.tar.xz 11.9 KiB aa7125ec1a02ce084d41a1042f59be0a0204374e954b822e98000b5bdf84f6db

Available diffs

No changes file available.

Binary packages built by this source

librust-async-attributes-dev: experimental language-level polyfills for Async Rust - Rust source code

 Async Rust is a work in progress.
 The language has enabled us to do some fantastic things,
 but not everything is figured out yet.
 This crate exists to polyfill language-level support for async idioms
 before they can be part of the language.
 .
 A great example of this is "async fn main",
 which we first introduced as part of the "runtime" crate.
 Its premise is that if "async fn" is required for every "await" call,
 it makes sense to apply that even to "fn main".
 Unfortunately this would require compiler support to enable,
 so we've provided an experimental polyfill for it in the mean time.
 .
 This package contains the source
 for the Rust async-attributes crate,
 packaged for use with cargo and dh-cargo.