rust-assert-json-diff 2.0.2-5 source package in Ubuntu

Changelog

rust-assert-json-diff (2.0.2-5) unstable; urgency=medium

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

 -- Jonas Smedegaard <email address hidden>  Mon, 14 Aug 2023 11:17:47 +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-assert-json-diff_2.0.2-5.dsc 2.4 KiB 00a9fb84b930bdb30febadac22f5ce3792c820a80ff20228c3b308fb0c745798
rust-assert-json-diff_2.0.2.orig.tar.gz 10.4 KiB 05615e338ae1dd8cd9fee035445d7cd853adb32d300aa8dbe5eef4e948d5745a
rust-assert-json-diff_2.0.2-5.debian.tar.xz 11.7 KiB 7a256540788cca3404a29b674d5cf37fd711fa9fd7fa8bcef29d13a35c016dd4

Available diffs

No changes file available.

Binary packages built by this source

librust-assert-json-diff-dev: easily compare two JSON values and get great output - Rust source code

 This crate includes macros for comparing two serializable values
 by diffing their JSON representations.
 It is designed to give much more helpful error messages
 than the standard [`assert_eq!`].
 It basically does a diff of the two objects
 and tells you the exact differences.
 This is useful when asserting that two large JSON objects are the same.
 .
 This package contains the source for the Rust assert-json-diff crate,
 packaged for use with cargo and dh-cargo.