Library / CLI / GUI to convert html to [maud]() template code.
`cargo install html2maud`
`html2maud --in my.html --out my.maud`
`cat my.html | html2maud`
Yet to be implemented.
```
use html2maud::*;
fn main() {
}
```
MIT or Apache 2