rust-bounded-static 0.8.0-4 source package in Ubuntu

Changelog

rust-bounded-static (0.8.0-4) unstable; urgency=medium

  * autopkgtest-depend on dh-rust (not dh-cargo)
  * reduce autopkgtest to check single-feature tests only on amd64

 -- Jonas Smedegaard <email address hidden>  Tue, 30 Jul 2024 17:35:12 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-bounded-static_0.8.0-4.dsc 3.0 KiB 1219f0fceb0b77253e2a55b2bf248aa910dc5e59ab835512a1ae24b37ed8cddf
rust-bounded-static_0.8.0.orig.tar.gz 20.9 KiB 6581e8af4c1ce6f7f9af78ed8a4d47f8855c78f039193ec7752014de9296d0b1
rust-bounded-static_0.8.0-4.debian.tar.xz 3.7 KiB f61cd2dcc1f08beb913e200e92bfb7975b546bf42b5e8c1e1e0e2cb44f9d3db9

Available diffs

No changes file available.

Binary packages built by this source

librust-bounded-static-derive-dev: macro to derive ToBoundedStatic and IntoBoundedStatic traits - Rust source code

 The bounded-static-derive crate provides the ToStatic macro
 which can be used to derive implementations
 of the ToBoundedStatic and IntoBoundedStatic traits
 for all struct and enum that can be converted
 to a form that is bounded by 'static.
 .
 The ToStatic macro should be used via the bounded-static crate
 rather than using this crate directly.
 .
 This package contains the source
 for the Rust bounded-static-derive crate,
 for use with cargo and dh-cargo.

librust-bounded-static-dev: ToBoundedStatic and IntoBoundedStatic traits - Rust source code

 The bounded-static crate defines the ToBoundedStatic
 and IntoBoundedStatic traits,
 the ToStatic macro and provides implementations for common types.
 This crate has zero-dependencies, is no_std friendly
 and forbids unsafe code.
 .
 This package contains the source
 for the Rust bounded-static crate,
 for use with cargo and dh-cargo.