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

Introduce the remap method on the Lazy type #221

Merged
merged 1 commit into from
Nov 19, 2023
Merged

Conversation

Kerollmops
Copy link
Member

This PR introduces a new method to change the codec of a LazyDecoded type. The Lazy type returned can be set to decode into another type on demand and doesn't consume the original Lazy type; Therefore, it can be first decoded into something to change the way it is effectively decoded later on.

@Kerollmops Kerollmops added the enhancement New feature or request label Nov 16, 2023
@Kerollmops Kerollmops added this to the v0.20.0 milestone Nov 16, 2023
@Kerollmops Kerollmops requested a review from irevoire November 16, 2023 10:02
Copy link
Member

@irevoire irevoire left a comment

Choose a reason for hiding this comment

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

nice,
bors merge

@Kerollmops Kerollmops merged commit ad93109 into main Nov 19, 2023
8 checks passed
@Kerollmops Kerollmops deleted the improve-lazy-decode branch November 19, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants