Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-26 | 596 Bytes | |
v0.10.0 source code.tar.gz | 2025-01-26 | 531.8 kB | |
v0.10.0 source code.zip | 2025-01-26 | 770.9 kB | |
Totals: 3 Items | 1.3 MB | 1 |
- Perfect hashing using
hashify
crate rather than staticgperf
generated code. - Added
DkimSignature
,ArcAuthenticationResults
,ArcMessageSignature
andArcSeal
headers. HeaderName
is non-exhaustive.- Parse obsolete timezones (#95).
- Fix: Folding ws between "Content-Type:" and "plain/text" leads to empty header (#96).
- Fix: Multiline quoted continuations (closes [#92]).
- Fix: Deserialize (#93).
- Retain mbox IO errors (#91).
- Hide concrete type behind impl type (#94).
- Removed
ludicrous
feature, the Rust compiler is smart enough to optimize array lookups.