Crate mini_async_repl

Source

Re-exports§

pub use command::CommandStatus;
pub use command::Critical;
pub use command::CriticalError;
pub use repl::Repl;
pub use anyhow;

Modules§

command
Implementation of Commands with utilities that help to crate them.
repl
Main REPL logic.