@liw@toot.liw.fi
Does anyone know of a Rust library to construct a representation of HTML that uses the type system prevent invalid HTML at compile time? For example, that an LI must have an OL or a UL as a parent? I want something that rustc will reject if not correct.
#Rust #RustLang