v0.9.0
This version introduces multiple breaking changes. Please read the following notes carefully.
- Parsing is now done using
MessageParser
, which allows to customize the parsing process. - Added parser for
Received
headers. - Added
MessageParser::parse_headers
function to parse only the headers of a message. - Removed
RfcHeader
enum, now all headers are represented usingHeaderName
. - All address types are now stored in the
HeaderValue::Address
variant using theAddress
enum. - Renamed the
as_
prefix toto_
in some functions.