Skip to content

v0.2.0

Compare
Choose a tag to compare
@jhpratt jhpratt released this 20 May 20:06
b79beea
Restrict `MaybeUninit` to `Copy` types

Resolves #2. While not ideal, older compilers don't have the ability to
have an untagged union on non-copy types.