rust-resource-proof 1.0.39-7 source package in Ubuntu

Changelog

rust-resource-proof (1.0.39-7) unstable; urgency=medium

  * rename and reduce patch 1001_semver -> 1001_termion;
    update DEP-3 patch headers
  * update dh-cargo fork
  * update copyright info: update coverage

 -- Jonas Smedegaard <email address hidden>  Thu, 21 Sep 2023 19:44:15 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-resource-proof_1.0.39-7.dsc 2.3 KiB b7bd71b01ca3dbc37648ed61d93ff40ff46f8760971e6a19f149d7bd94e0dbc4
rust-resource-proof_1.0.39.orig.tar.gz 11.2 KiB fd566a746cd2e4de1c5e812a44e77196d7784e667288aca1a5356c3c161dc366
rust-resource-proof_1.0.39-7.debian.tar.xz 15.5 KiB e52853e5557ebcd10be75ea187ed6c97d22f96eeb23f2538c3d3e501f435b36f

Available diffs

No changes file available.

Binary packages built by this source

librust-resource-proof-dev: resource proof for decentralised network nodes - Rust source code

 This crate handles "proof" of bandwidth, cpu and storage
 for nodes in a decentralised network.
 .
 The hope is to combine mechanisms
 that attempt to validate resources on remote machines.
 This validation though, is a spot check and also best effort.
 It is not guaranteed to be accurate over time
 and this consideration must be clear to users of the crate.
 .
 The purpose is to provide **some** indication
 that a machine has **some** capabilities.
 .
 This package contains the source for the Rust resource_proof crate,
 packaged for use with cargo and dh-cargo.

resource-proof: resource proof for decentralised network nodes - CLI tool

 This crate handles "proof" of bandwidth, cpu and storage
 for nodes in a decentralised network.
 .
 The hope is to combine mechanisms
 that attempt to validate resources on remote machines.
 This validation though, is a spot check and also best effort.
 It is not guaranteed to be accurate over time
 and this consideration must be clear to users of the crate.
 .
 The purpose is to provide **some** indication
 that a machine has **some** capabilities.
 .
 This package contains the binary resource_proof.

resource-proof-dbgsym: debug symbols for resource-proof