-
Same as title, how can structure be customized in their way of printed out in |
Beta Was this translation helpful? Give feedback.
Answered by
DerTee
May 20, 2025
Replies: 2 comments
-
It's a little awkward, but there is a way to register formatters for fmt at the beginning of your program or from It's not really documented, but it was something I was able to figure out by looking at the source in core/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is an example that is directly in the source code of core:fmt :
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kelimion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an example that is directly in the source code of core:fmt :