3 unstable releases
0.1.1 | Jul 2, 2020 |
---|---|
0.1.0 | Jul 2, 2020 |
0.0.0 | Jun 24, 2020 |
#346 in Email
162 downloads per month
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.
- Make it work
- Relaxed canonicalization algorithm
- Simple canonicalization algorithm
- Verifying
- Signing
- Documentation
- Sha256
- Sha1
- Make it stable and robust
- Fulfill each "MUST" of the RFC
- Fulfill each "SHOULD" of the RFC
- Write tests
- Eradicate unwraps
- 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.
- Make it work
- Relaxed canonicalization algorithm
- Simple canonicalization algorithm
- Verifying
- Signing
- Documentation
- Sha256
- Sha1
- Make it stable and robust
- Fulfill each "MUST" of the RFC
- Fulfill each "SHOULD" of the RFC
- Write tests
- Eradicate unwraps
- Make it fast
- Benchmarks
- Compare to other implementations
- Optimize
Dependencies
~20MB
~344K SLoC