genz-0.2.0 has been yanked.
genz
Markers for proving uniqueness of types using invariant lifetimes.
Provides a non-Copy zero-sized type-marker called UniqueType, which makes it impossible to call the following
without resorting to unsafe code:
# use *;