mini_async_repl 0.2.1

An async-first REPL
Documentation
1
2
3
4
5
6
7
8
9
10
// #![deny(missing_docs)]

pub mod command;
mod completion;
pub mod repl;

pub use anyhow;

pub use command::{CommandStatus, Critical, CriticalError};
pub use repl::Repl;