Rust equiv of scala tags?

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.

Take a look at HorrorShow and Maud.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.