I really like the html escaping code for this library:
https://github.com/raphlinus/pulldown-cmark/blob/master/src/escape.rs
I've used it before by copy/pasting the relevant bits, but I was wondering if you'd consider putting it into a sub-crate so that it can be reused by other libraries that need to do html escaping?