1 #![allow(clippy::collapsible_if)] 2 #![allow(clippy::needless_range_loop)] 3 4 mod api; 5 pub mod core; 6