rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
Jamil Lambert, PhD 9fce57b738
Change T::from_str(s) to s.parse::<T>() in tests
`s.parse` is more idiomatic and produces more helpful error messages.

This has been changed repo wide in tests.
2024-08-28 16:13:03 +01:00
..
bitcoin Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00
hashes Add inherent functions to hashes 2024-06-14 10:17:00 +10:00
units Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00