opentalk-types-common 0.45.0

Common types and traits for OpenTalk crates
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//
// SPDX-License-Identifier: EUPL-1.2

//! Types related to email

mod email_address;

pub use email_address::EmailAddress;