smtp-codec 0.2.0

Low-level SMTP Parser and Serializer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Scheduled
on:
  schedule:
    - cron: '43 21 * * 3,0' # At 21:43 on Wednesday and Sunday. (Thanks, crontab.guru)

jobs:
  audit:
    runs-on: ubuntu-latest
    
    steps:
    - uses: actions/checkout@v2
    - uses: EmbarkStudios/cargo-deny-action@v1