1/// Functions to test this library with contest-style IO files. 2#[cfg(test)] 3pub(crate) mod test_helper; 4 5pub mod scanner;