1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#![forbid(unsafe_code)]

pub mod config;
pub mod dialog_view_type;
pub mod style_names;
pub mod utils;
pub mod viewed_date;

#[cfg(test)]
pub mod rstest_utils;

#[macro_use]
extern crate derive_getters;

#[macro_use]
extern crate derive_builder;