marshallpierce / rust-base64

base64, in rust
Apache License 2.0
606 stars 113 forks source link

Use [T]::copy_within in DecoderReader and EncoderWriter #219

Closed mina86 closed 1 year ago

mina86 commented 1 year ago

While at it, simplify tests by getting rid of unnecessary Cursor wrapper.