Closed vxpm closed 10 months ago
Thank you for this - even though it's a very simple change, would you mind adding a test?
sure! i'll change this implementation a bit, however. i think it can be optimized further with something like a extend_from_slice
.
i rebased this to be on top of #41 , not sure if it was a good decision - git is hard
Acknowledged - I should have some time later today to look this over
Once we finish up the review on #41 I can come back and merge this, but I want to fix up the potential safety issue over there first, then we can rebase this on the master branch and I can push it through :)
Now that #41 has been merged, can you rebase this on the master branch?
done!
Thanks, merged!
very straightforward implementation of the
write
trait