You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q: Would it be valuable to refer readers to tokio_util::codec::Framed as part of the framing tutorial?
I don't feel the tutorial itself needs to be updated to use Framed. I've been using the read_buf + parse BufMut dance for framing so far, but felt breadcrumbs to tokio_util::codec may be valuable.