Skip to content

Conversation

varun-doshi
Copy link
Contributor

Implement into_parts for FramedRead and FramedWrite.

Fixes #7472

Motivation

into_parts() functionality is lacking for FramedRead and FramedWrite

Solution

Implement into_parts() method for FramedRead and FramedWrite

Implement into_parts for FramedRead and FramedWrite.

Fixes tokio-rs#7472
@ADD-SP ADD-SP added C-enhancement Category: A PR with an enhancement or bugfix. A-tokio-util Area: The tokio-util crate M-codec Module: tokio-util/codec labels Sep 1, 2025
Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@Darksonn Darksonn merged commit c8371d4 into tokio-rs:master Sep 3, 2025
98 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio-util Area: The tokio-util crate C-enhancement Category: A PR with an enhancement or bugfix. M-codec Module: tokio-util/codec
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[tokio-util] into_parts() - like functionality for FramedRead / FramedWrite
3 participants