ScalaTags is a fairly nice / intuitive library for constructing HTML docs in Scala.
Is there something similar in Rust ?
I don't need to parse HTML. I just need to output HTML.
Context: working on some data structures where #[derive(Debug)] isn't enough, and want to dump HTML to display it correctly.