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

Add support for tag hints #205

Merged
merged 2 commits into from
Jan 14, 2025
Merged

Add support for tag hints #205

merged 2 commits into from
Jan 14, 2025

Conversation

KodrAus
Copy link
Collaborator

@KodrAus KodrAus commented Jan 14, 2025

Closes #203

This PR adds the following method to Stream:

trait Stream<'sval> {
    fn tag_hint(&mut self, tag: &Tag) -> Result { }
}

Tag hints can be given at any point while streaming and are stream-specific, but can't be relied upon to produce a correct result.

@KodrAus KodrAus marked this pull request as draft January 14, 2025 03:08
@KodrAus KodrAus marked this pull request as ready for review January 14, 2025 10:54
@KodrAus KodrAus merged commit e5e6158 into main Jan 14, 2025
52 checks passed
@KodrAus KodrAus deleted the feat/tag-hints branch January 14, 2025 10:58
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

Successfully merging this pull request may close these issues.

json Formatter outputs null for unknown Tags
1 participant