Recap of the second post In the second post, we finished working through the pipeline that decodes and decrypts incoming TLS records. To remove the heap allocations in the second decoding pass, we added a generic lifetime parameter to the Codec trait...