1 2 3 4 5 6 7 8 9
//! Reusable CLI [`Service`]s. //! //! These services are used by rama's binary //! distribution and that can be added to your own rama-driven CLI application as well. //! //! [`Service`]: crate::Service pub mod echo; pub mod ip;