Discover methods available on any Rust type with fuzzy filtering, inline documentation, interactive selection, and go-to-definition into standard library source code.
//! Rust method explorer — queries LSP completions and definitions
//! for any Rust type, including third-party crates.
#![deny(missing_docs)]/// Orchestrates the full LSP session
pubmodanalyzer;pub(crate)modlsp;pub(crate)modprobe;pubuselsp::LspTransport;pubuseprobe::Probe;