twoslash-rust 0.0.2

Twoslash for Rust - extract type information from Rust code using rust-analyzer
twoslash-rust-0.0.2 is not a library.

twoslash-rust

Twoslash backend for Rust code, powered by rust-analyzer. Extracts type information, hover docs, and completions from Rust code.

Installation

cargo install rust-twoslash

Development

Build the binary:

cargo build --release

Use --release for development. rust-analyzer is slow at indexing sysroot in debug builds.