Skip to content

Marshal impl for Vec<E: Marshal>

Compare
Choose a tag to compare
@KillingSpark KillingSpark released this 23 Nov 19:20
· 304 commits to master since this release

Minor release that adds the missing impl for Vec<E: Marshal> which apparently was missing. It just calls the relevant impl for &[E]