1#![allow(clippy::missing_errors_doc)] 2#![allow(clippy::module_name_repetitions)] 3pub mod error; 4pub mod helpers; 5pub mod lake; 6pub mod store;