You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postsack/ps-core/src/types/mod.rs

6 lines
118 B
Rust

mod config;
mod email;
mod format_type;
pub use config::{Config, FormatType};
pub use email::{EmailEntry, EmailMeta};