derive_arbitrary 0.2.0

Derives arbitrary traits
Documentation

Arbitrary: the trait for generating structured from unstructured data.

This is a crate that automatically derives Arbitrary instances for ADTs which consist entirely of other types implementing Arbitrary.

Licensed under dual MIT/Apache at your choice.