mdierksen
Results
2
issues of
mdierksen
Got this panic with version 0.16.2 ``` thread 'tokio-runtime-worker' panicked at /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.16.2/src/render/text_renderer.rs:1948:33: range end index 18446744073709551615 out of range for slice of length 0 ``` with this call ``` ///...
Parsing a mail consisting of only text body causes the parser to return that text body as both text and HTML body. ``` use mail_parser::MessageParser; fn main() { let m...