Re-exports§
pub use command::Command;pub use handler::AsyncHandler;asyncpub use handler::Handler;pub use input_handler::InputHandler;pub use app::App;apppub use shell::Shell;pub use rustyline;rustyline
Modules§
- app
app - App
- command
- Shellfish
- handler
- Handler
- input_
handler - shell
Macros§
- async_
fn - Use this macro to wrap an asynchronous function so that it can be used as a function pointer.
- clap_
command clap - Creates a
Commandwhich takes aclap::Parseras input.