Skip to main content

Module repl

Module repl 

Source
Expand description

Interactive REPL (Read-Eval-Print Loop).

Provides a [rustyline]-based shell with tab completion, command history, and syntax-coloured error messages. Supports all DOL query types plus meta-commands (.help, .exit, .host, .watch, etc.).

§Example

repl::run_repl(&config).await?;

Functions§

run_repl