6 lines
99 B
Rust

#![allow(clippy::type_complexity)]
#![recursion_limit = "256"]
pub mod preprocess;
pub mod range;