mail_parser/core/
mod.rs

1/*
2 * SPDX-FileCopyrightText: 2020 Stalwart Labs LLC <hello@stalw.art>
3 *
4 * SPDX-License-Identifier: Apache-2.0 OR MIT
5 */
6
7pub mod address;
8pub mod body;
9pub mod builder;
10pub mod header;
11pub mod message;
12#[cfg(feature = "rkyv")]
13pub mod rkyv;