oxur-cli 0.2.1

CLI infrastructure and unified command-line tool for Oxur
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! REPL module for oxur-cli
//!
//! Provides terminal interface and REPL loop implementations.

pub mod completer;
pub mod connect;
pub mod help;
pub mod info;
pub mod interactive;
pub mod metrics;
pub mod oxur_prompt;
pub mod pager;
pub mod runner;
pub mod server;
pub mod sexp_highlighter;
pub mod sexp_validator;
pub mod stats;
pub mod terminal;