On case of test failure hypothesis suggests to add decorator @reproduce_faliure("") to easily reproduce and debug a particular failure. This is very convenient for the usual pipeline Test -> Fix failure with debugger -> Look for the next failures.
Do we have something similar in rusts proptest library?
We need either implemented solution from proptest or some custom code to implement this pipeline i.g. with serde.