3 unstable releases

0.1.1 Jul 2, 2020
0.1.0 Jul 2, 2020
0.0.0 Jun 24, 2020

#322 in Email

Download history 14/week @ 2024-02-02 15/week @ 2024-02-09 48/week @ 2024-02-16 46/week @ 2024-02-23 5/week @ 2024-03-01 29/week @ 2024-03-08 32/week @ 2024-03-15 20/week @ 2024-03-22

86 downloads per month

MIT license

85KB
1K SLoC

dkim

There it is! The first DKIM Rust library!

Goals

When one of the three steps is completed, the minor version is incremented. As long as the major version is 0, any update can introduce breaking changes.

  1. Make it work
    • Relaxed canonicalization algorithm
    • Simple canonicalization algorithm
    • Verifying
    • Signing
    • Documentation
    • Sha256
    • Sha1
  2. Make it stable and robust
    • Fulfill each "MUST" of the RFC
    • Fulfill each "SHOULD" of the RFC
    • Write tests
    • Eradicate unwraps
  3. Make it fast
    • Benchmarks
    • Compare to other implementations
    • Optimize

lib.rs:

There it is! The first DKIM Rust library!

Goals

When one of the three steps is completed, the minor version is incremented. As long as the major version is 0, any update can introduce breaking changes.

  1. Make it work
    • Relaxed canonicalization algorithm
    • Simple canonicalization algorithm
    • Verifying
    • Signing
    • Documentation
    • Sha256
    • Sha1
  2. Make it stable and robust
    • Fulfill each "MUST" of the RFC
    • Fulfill each "SHOULD" of the RFC
    • Write tests
    • Eradicate unwraps
  3. Make it fast
    • Benchmarks
    • Compare to other implementations
    • Optimize

Dependencies

~19MB
~371K SLoC