0.4.0
CHANGES:
-
Add
Repr.{random,random_state}
, a pair of generic functions for sampling
random instances of representable types. (#58, @craigfe) -
Add
Repr.Size
, which provides sizing functions for binary codecs that are
more informative than the existingRepr.size_of
. Types built usingRepr.v
andRepr.like
must now pass a sizer built usingRepr.Size.custom_*
. (#69,
@craigfe)