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 a trait for token-aware formatting #143

Merged
merged 1 commit into from
May 25, 2023
Merged

Conversation

KodrAus
Copy link
Collaborator

@KodrAus KodrAus commented May 25, 2023

This PR extends and makes public the internal infrastructure that was used to format values generically. It makes it possible to define your own TokenWrite and customize the way various parts of a value are formatted. The main use-case for this is colorized formatting.

@KodrAus KodrAus merged commit 184bf5c into main May 25, 2023
50 checks passed
@KodrAus KodrAus deleted the feat/token-write branch May 25, 2023 05:30
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.

None yet

1 participant