split the `lib.rs` main file into submodules for easier navigation and separation of concerns: ``` lib.rs rawsmallvec.rs taggedlen.rs serde.rs drain.rs extractif.rs ... ... ```
split the
lib.rsmain file into submodules for easier navigation and separation of concerns: