smtp-types 0.2.0

Misuse-resistant SMTP types
Documentation
  • Coverage
  • 41.86%
    54 out of 129 items documented0 out of 28 items with examples
  • Size
  • Source code size: 35.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.93 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • duesee/smtp-codec
    6 2 6
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • duesee

Misuse-resistant SMTP Types

This library provides types, i.e., structs and enums, 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.