pub async fn run(config: ReplConfig) -> Result<()>Expand description
Run the interactive REPL mode
Creates an in-process server and client connected via channels, providing the fastest possible REPL experience with:
- Zero serialization overhead
- Line editing via rustyline
- Command history persistence
- Ctrl-C interrupt handling
- Ctrl-D exit handling