smtp-types 0.2.0

Misuse-resistant SMTP types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Misuse-resistant SMTP Types

This library provides types, i.e., `struct`s and `enum`s, to support [SMTP] implementations.

## Features

* Rust's type system is used to enforce correctness and make the library misuse-resistant. 
It must not be possible to construct a type that violates the SMTP specification.

# License

This crate is dual-licensed under Apache 2.0 and MIT terms.

[SMTP]: https://www.rfc-editor.org/rfc/rfc5321