dyn_sized 0.2.0

Provides the `DynSized` trait, for working with dynamically sized types
1
2
3
# 0.2.0

- Require that `DynSized::assemble` be safe and remove `AssembleSafe` because this makes it redundant ((#1)[https://github.com/mikeyhew/dyn_sized/pull/1])