mail-parser 0.11.2

Fast and robust e-mail parsing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * SPDX-FileCopyrightText: 2020 Stalwart Labs LLC <hello@stalw.art>
 *
 * SPDX-License-Identifier: Apache-2.0 OR MIT
 */

pub mod address;
pub mod body;
pub mod builder;
pub mod header;
pub mod message;
#[cfg(feature = "rkyv")]
pub mod rkyv;