Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Framing Section: Refer to tokio_util::codec::Framed? #717

Open
leoshimo opened this issue Aug 29, 2023 · 2 comments
Open

docs: Framing Section: Refer to tokio_util::codec::Framed? #717

leoshimo opened this issue Aug 29, 2023 · 2 comments

Comments

@leoshimo
Copy link
Sponsor

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.

@Darksonn
Copy link
Contributor

Having a note somewhere that tokio_util can be used instead makes sense to me.

@leoshimo
Copy link
Sponsor Author

Sounds great - I'll leave small note in framing.md section of tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants