pub async fn repl<I: Io, S: Stdio>( data_dir: PathBuf, config: EngineConfig, stdio: S, ) -> Result<(), ReplError>