codec: implement Clone for LengthDelimitedCodec by pablosichert · Pull Request #4089 · tokio-rs/tokio (original) (raw)

Hey there!

Unless I'm missing a reason why LengthDelimitedCodec can not implement Clone, this would come in handy.

This PR adds Clone to the derive macro, and all the internal fields already implement Clone.