mail-builder 0.4.4

E-mail builder library for Rust
Documentation
1
2
3
4
5
6
7
8
9
/*
 * SPDX-FileCopyrightText: 2020 Stalwart Labs LLC <hello@stalw.art>
 *
 * SPDX-License-Identifier: Apache-2.0 OR MIT
 */

pub mod base64;
pub mod encode;
pub mod quoted_printable;