consulx/
lib.rs

1pub mod client;
2pub mod repl;
3pub mod parser;
4pub mod commands;
5pub mod errors;
6
7pub use client::ConsulXClient;
8pub use repl::start_repl;