addr-spec 0.1.3

A wicked, fast UTF-8 email address parser and serializer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# addr-spec

A wicked, fast UTF-8 email address parser and serializer. It provides

- unopinionated, _correct_ parsing of email addresses (defined as `addr-spec` in
  [RFC 5322]https://www.rfc-editor.org/rfc/rfc5322),
- extremely fast serialization and deserialization using low-level memory
  management,
- UTF-8 support with NFC normalization as recommended in
  [RFC 6532]https://datatracker.ietf.org/doc/html/rfc6532,
- format validation based on the grammar set out in
  [Section 3.4.1, RFC 5322]https://www.rfc-editor.org/rfc/rfc5322#section-3.4.1
  and
  [Section 3.2, RFC 6532]https://datatracker.ietf.org/doc/html/rfc6532#section-3.2,
- and extremely fast serialization and deserialization. (Did we mention it's
  really fast?)