James Munns:
Hey @rustlang folks, is there a comprehensive writeup/reference anywhere of how the formatting machinery (
format!()
,write!()
, etc.) work? Specifically from an implementation perspective (wrt trait objects, recursion)?
nrc:
It’s dark and ancient magic. I don’t think anyone knows it very well, never mind documentation
as highlighted in James Munns's blog post James Munns