email_address 0.2.9

A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Spelling
on: [pull_request]

jobs:
  spelling:
    name: Spell Check with Typos
    runs-on: ubuntu-latest
    steps:
    - name: Checkout repository
      uses: actions/checkout@v2
      
    - name: Spell check repository
      uses: crate-ci/typos@master