1#![allow(clippy::type_complexity)] 2#![recursion_limit = "256"] 3 4pub mod preprocess; 5pub mod range;