Structs§
- Command
Registry - Component
Source - Represents the source of a component in the REPL session.
- Default
Repl Result Printer - Indent
- RawRib
Script - Repl
Component Dependencies - Repl
Context - RibRepl
- The REPL environment for Rib, providing an interactive shell for executing Rib code.
- RibRepl
Config - Config options:
Enums§
- Repl
Bootstrap Error - Represents errors that can occur during the bootstrap phase of the Rib REPL environment.
- RibExecution
Error
Traits§
- Command
- A Command implementation will do the following:
- Repl
Printer - RibDependency
Manager - Dependency manager for the Rib REPL environment.
- Untyped
Command - Worker
Function Invoke
Functions§
- parse_
with_ clap - Helper for implementing
parsefunction ingolem_rib_repl::Commandtrait to obtainInput, givenInputhas an instance ofclap::Parser. - print_
function_ dictionary