1 2 3 4 5 6
//! mcps-client library pub fn run() -> Result<(), Box<dyn std::error::Error>> { println!("mcps-client is running"); Ok(()) }