Discover methods available on any Rust type with fuzzy filtering, inline documentation, interactive selection, and go-to-definition into standard library source code.
//! `rust-meth`: A CLI utility to discover and filter methods available on Rust types.
//! It leverages `rust-analyzer` via the Language Server Protocol (LSP) to provide
//! accurate, context-aware method resolution.
modapp;modui;usestd::process;fnmain(){ifletErr(err)=app::run(){eprintln!("error: {err}");process::exit(1);}}