Crate evcxr

Source

Structs§

CommandContext
A higher level interface to EvalContext. A bit closer to a Repl. Provides commands (start with ‘:’) that alter context state or print information.
CompilationError
Completions
Completions found in a particular context.
EvalCallbacks
EvalContext
EvalContextOutputs
EvalOutputs

Enums§

Error
Theme

Functions§

config_dir
Return the directory that evcxr tools should use for their configuration.
runtime_hook
Binaries can call this just after staring. If we detect that we’re actually running as a subprocess, control will not return. There are two kinds of subprocesses that we may be acting as (1) the process that loads and runs the user code and (2) a wrapper around rustc.