proptest-derive 0.2.0

Custom-derive for the Arbitrary trait of proptest.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 0.2.0

### Breaking changes

- Generated code now requires `proptest` 0.10.0.

## 0.1.2

### Other Notes

- Dervied enums now use `LazyTupleUnion` instead of `TupleUnion` for better
  efficiency.

## 0.1.1

This is a minor release to correct a packaging error. The licence files are now
included in the files published to crates.io.