[][src]Module fapt::rfc822

Low-level access to deb822 files.

deb822 is a spec-violating extension to rfc822, the email format.

Structs

Blocks

An iterator over Blocks.

Fields

Iterate over the Fields in a Block.

Value

An optional list-of-lines from a Map, which carries the original Key along, for error reporting purposes.

Traits

RfcMapExt

Helpers for dealing with an Map.

Functions

fields_in_block

Produce an iterator over the Fields in a Block.

Type Definitions

Field

A Field from a Block, consisting of a Key and a list of one-or-more lines.

Map

A mapping from Key to one-or-more lines.