#[get("/")] pub fn show(value: String) -> &'static str { println!("found args: {}", value); "search options/args" }