Module easy_repl::repl[][src]

Expand description

Main REPL logic.

Structs

Repl

Read-eval-print loop.

ReplBuilder

Builder pattern implementation for Repl.

Enums

BuilderError

Error when building REPL.

LoopStatus

State of the REPL after command execution.

Constants

RESERVED

Reserved command names. These commands are always added to REPL.