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
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • duesee/smtp-codec
    7 3 7
  • 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.