Skip to content

Conversation

@blockchainBard101
Copy link

  • Adds SIP draft for a string formatting module
  • Introduces format_template with {} placeholder support
  • Includes Formatter struct with builder-style methods (add_u64, add_string, etc.)
  • Provides macro-based formatting alternatives
  • Adds usage examples and implementation details

- Adds SIP draft for a string formatting module
- Introduces  with  placeholder support
- Includes  struct with builder-style methods (add_u64, add_string, etc.)
- Provides macro-based formatting alternatives
- Adds usage examples and implementation details
- Adds SIP draft for a string formatting module
- Introduces  with  placeholder support
- Includes  struct with builder-style methods (add_u64, add_string, etc.)
- Provides macro-based formatting alternatives
- Adds usage examples and implementation details
@tnowacki
Copy link

We have discussed this and think it is a good idea. However, we want to make sure that it plays nicely with string literals, string interpolation, and any other format strings consumed in the source language by the compiler. As such, it might be a bit of time before this happens.

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.

2 participants