Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-05 | 554 Bytes | |
v0.9.0 source code.tar.gz | 2023-09-05 | 534.6 kB | |
v0.9.0 source code.zip | 2023-09-05 | 775.9 kB | |
Totals: 3 Items | 1.3 MB | 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.