Skip to main content

repl

Function repl 

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