v0.9.1
mail-parser 0.9.1
- Fixed panic when Content-Disposition is empty (#63)
- Removed
content_type()andaddress()functions that couldpanic!. Useas_content_type()andas_address()instead. - Updated Rust edition to 2021.
content_type() and address() functions that could panic!. Use as_content_type() and as_address() instead.