Shuffle the ordering of RRs when validating an RR stream in tests
authorMatt Corallo <git@bluematt.me>
Mon, 5 Feb 2024 04:42:42 +0000 (04:42 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 5 Feb 2024 04:42:42 +0000 (04:42 +0000)
commit9cd85e814a1981a797a34efee3b4ff7d8c251491
tree4df0838b50338dde2acf66c9a0f9c71890f2cdec
parenta62fccc00685c1686dac2b1cac8082cadc5f1899
Shuffle the ordering of RRs when validating an RR stream in tests

RFC 9102 explicitly states that RRs in an RR stream can appear in
any order, so we should test that.
Cargo.toml
src/lib.rs