1 2 3 4 5 6 7 8 9 10 11 12 13
//! Domain objects for author options pub(crate) mod author; pub(crate) mod author_state; #[cfg(test)] mod author_state_test; #[cfg(test)] pub(crate) mod author_test; pub(crate) mod authors; #[cfg(test)] mod authors_test; mod errors; pub mod non_clean_behaviour;