Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Rust Documentation ViewerNew to Visual Studio Code? Get it now.
Rust Documentation Viewer

Rust Documentation Viewer

m-hajec

|
3 installs
| (1) | Free
View Rust Book and Standard Library documentation inside VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rust Documentation Viewer

A simple VS Code extension to view the Rust Book and the Standard Library documentation directly within the editor.

Features

  • Open Rust Book: Opens the official Rust Book in a webview panel.
  • Open Standard Library Docs: Opens the official Rust Standard Library documentation in a webview panel.

Usage

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
  2. Type Rust: Open Rust Book or Rust: Open Standard Library Docs.
  3. The documentation will open in a new tab within VS Code.

How it works

The extension uses a VS Code Webview with an iframe to display the official documentation from doc.rust-lang.org.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft