CINXE.COM
Tools - Rust Programming Language
<!doctype html> <html lang="en-US"> <head> <meta charset="utf-8"> <title> Tools - Rust Programming Language </title> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="description" content="A language empowering everyone to build reliable and efficient software."> <!-- Twitter card --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@rustlang"> <meta name="twitter:creator" content="@rustlang"> <meta name="twitter:title" content="Tools"> <meta name="twitter:description" content="A language empowering everyone to build reliable and efficient software."> <meta name="twitter:image" content="https://www.rust-lang.org/static/images/rust-social.jpg"> <!-- Facebook OpenGraph --> <meta property="og:title" content="Tools" /> <meta property="og:description" content="A language empowering everyone to build reliable and efficient software."> <meta property="og:image" content="https://www.rust-lang.org/static/images/rust-social-wide.jpg" /> <meta property="og:type" content="website" /> <meta property="og:locale" content="en_US" /> <!-- styles --> <link rel="stylesheet" href="/static/styles/a11y-dark.css"/> <link rel="stylesheet" href="/static/styles/vendor_10880690442070639967.css"/> <link rel="stylesheet" href="/static/styles/fonts_8049871103083011125.css"/> <link rel="stylesheet" href="/static/styles/app_1609526410131002304.css"/> <!-- favicon --> <link rel="apple-touch-icon" sizes="180x180" href="/static/images/apple-touch-icon.png?v=ngJW8jGAmR"> <link rel="icon" sizes="16x16" type="image/png" href="/static/images/favicon-16x16.png"> <link rel="icon" sizes="32x32" type="image/png" href="/static/images/favicon-32x32.png"> <link rel="icon" type="image/svg+xml" href="/static/images/favicon.svg"> <link rel="manifest" href="/static/images/site.webmanifest?v=ngJW8jGAmR"> <link rel="mask-icon" href="/static/images/safari-pinned-tab.svg?v=ngJW8jGAmR" color="#000000"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="/static/images/browserconfig.xml?v=ngJW8jGAmR"> <meta name="theme-color" content="#ffffff"> <!-- Custom Highlight pack with: Rust, Markdown, TOML, Bash, JSON, YAML, and plaintext. --> <script src="/static/scripts/highlight.pack.js" defer></script> <script src="/static/scripts/init.js" defer></script> </head> <body> <nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr3-ns pb3"> <div class="brand flex-auto w-100 w-auto-l self-start tc tl-l"> <a href="/" class="brand"> <img class="v-mid ml0-l" alt="Rust Logo" src="/static/images/rust-logo-blk.svg"> <span class="dib ml1 ml0-l">Rust</span> </a> </div> <ul class="nav list w-100 w-auto-l flex flex-none flex-row flex-wrap justify-center justify-end-l items-center pv2 ph0 ph4-ns"> <li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="/tools/install">Install</a></li> <li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="/learn">Learn</a></li> <li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://play.rust-lang.org/">Playground</a></li> <li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="/tools">Tools</a></li> <li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="/governance">Governance</a></li> <li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="/community">Community</a></li> <li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://blog.rust-lang.org/">Blog</a></li> </ul> <div class=" w-100 w-auto-l flex-none flex justify-center pv4 pv-0-l languages"> <div class="select"> <label for="language-nav" class="hidden">Language</label> <select id="language-nav" data-current-lang="en-US"> <option title="English (en-US)" value="en-US">English (en-US)</option> <option title="Español (es)" value="es">Español (es)</option> <option title="Français (fr)" value="fr">Français (fr)</option> <option title="Italiano (it)" value="it">Italiano (it)</option> <option title="日本語 (ja)" value="ja">日本語 (ja)</option> <option title="Português (pt-BR)" value="pt-BR">Português (pt-BR)</option> <option title="Русский (ru)" value="ru">Русский (ru)</option> <option title="Türkçe (tr)" value="tr">Türkçe (tr)</option> <option title="简体中文 (zh-CN)" value="zh-CN">简体中文 (zh-CN)</option> <option title="正體中文 (zh-TW)" value="zh-TW">正體中文 (zh-TW)</option> </select> </div> </div> </nav> <main> <header class="mt3 mt2-ns mb4 mb5-ns tc tl-ns"> <div class="w-100 mw-none ph3 mw8-m mw9-l center f3"> <h1>Tools</h1> </div> </header> <section id="tools-write" class="green"> <div class="w-100 mw-none ph3 mw8-m mw9-l center f3"> <header> <h2> First-class editor support </h2> <div class="highlight highlight-yellow"></div> </header> <br> <div class="tools-row"> <div id="tools-write-ide-prose"> <p> Whether you prefer working with code from the command line, or using rich graphical editors, there’s a Rust integration available for your editor of choice. Or you can build your own using <a href="https://github.com/rust-analyzer/rust-analyzer">rust-analyzer</a>. </div> </div> <div class="flex-none flex-m flex-l flex-wrap"> <div class="w-25-l w-50-m w-100 pa3"> <a href="https://code.visualstudio.com/docs/languages/rust" class="button button-secondary">VS Code</a> </div> <div class="w-25-l w-50-m w-100 pa3"> <a href="https://github.com/rust-lang/rust.vim" class="button button-secondary">Vim/Neovim</a> </div> <div class="w-25-l w-50-m w-100 pa3"> <a href="https://jetbrains.com/rust" class="button button-secondary">RustRover</a> </div> <div class="w-25-l w-50-m w-100 pa3"> <a href="https://rust-analyzer.github.io/manual.html#helix" class="button button-secondary">Helix</a> </div> <div class="w-25-l w-50-m w-100 pa3"> <a href="https://github.com/rust-lang/rust-mode" class="button button-secondary">Emacs</a> </div> <div class="w-25-l w-50-m w-100 pa3"> <a href="https://github.com/rust-lang/rust-enhanced" class="button button-secondary">Sublime Text</a> </div> <div class="w-25-l w-50-m w-100 pa3"> <a href="https://rust-analyzer.github.io/manual.html#visual-studio-2022" class="button button-secondary">Visual Studio</a> </div> <div class="w-25-l w-50-m w-100 pa3"> <a href="https://projects.eclipse.org/projects/tools.corrosion" class="button button-secondary">Eclipse</a> </div> </div> </div> </section> <section id="tools-build" class="purple"> <div class="w-100 mw-none ph3 mw8-m mw9-l center f3"> <header> <h2> Bring calmness to your builds </h2> <div class="highlight highlight-red"></div> </header> <p> Cargo is the build tool for Rust. It bundles all common actions into a single command. No boilerplate required. </p> <div class="flex-none flex-l flex-row"> <div class="mt2 w-100" id="packages"> <h3 class="code-header"> Install </h3> <p> With tens of thousands of packages, there’s a good chance <a href="https://crates.io">crates.io</a> has the solution you’re looking for. Stand on the shoulders of giants, and move your team from repetition to innovation. </p> </div> <div class="mt2 w-100 ml5-l" id="linting"> <h3 class="code-header"> Test </h3> <p> Bring confidence to your code through Rust’s excellent testing tools. <code class="nowrap">cargo test</code> is Rust’s unified solution to testing. Write tests next to your code, or in separate files: it provides a solution for all testing needs. </p> </div> <div class="mt2 w-100 ml5-l" id="deployment"> <h3 class="code-header"> Deploy </h3> <p> <code class="nowrap">cargo build</code> creates lean binaries for every platform. With a single command your code can target Windows, Linux, macOS, and the web. All part of a modern interface, with no need for bespoke build files. </p> </div> </div> </div> </section> <section id="tools-debug" class="red"> <div class="w-100 mw-none ph3 mw8-m mw9-l center f3"> <header> <h2> Velocity through automation </h2> <div class="highlight highlight-red"></div> </header> <br> <p> Rust’s industry-grade tools make collaboration fearless, allowing teams to focus on the tasks that matter. </p> <div class="flex-none flex-l flex-row"> <div class="mt5 mt2-l flex flex-column w-100"> <h3 class="code-header"> Rustfmt </h3> <p class="flex-grow-1"> Rustfmt automatically formats Rust code, making it easier to read, write, and maintain. And most importantly: never debate spacing or brace position ever again. </p> <a href="https://github.com/rust-lang/rustfmt" class="button button-secondary">Go to repo</a> </div> <div class="mt5 mt2-l flex flex-column w-100 ml5-l"> <h3 class="code-header"> Clippy </h3> <p class="flex-grow-1"> <i>“It looks like you’re writing an Iterator.”</i> <br> Clippy helps developers of all experience levels write idiomatic code, and enforce standards. </p> <a href="https://github.com/rust-lang/rust-clippy" class="button button-secondary">Go to repo</a> </div> <div class="mt5 mt2-l flex flex-column w-100 ml5-l"> <h3 class="code-header"> Cargo Doc </h3> <p class="flex-grow-1"> Cargo’s doc builder makes it so no API ever goes undocumented. It’s available locally through <code class="nowrap">cargo doc</code>, and online for public crates through <a href="https://docs.rs">docs.rs</a>. </p> <a href="https://docs.rs/" class="button button-secondary">Go to site</a> </div> </div> </div> </section> </main> <footer> <div class="w-100 mw-none ph3 mw8-m mw9-l center f3"> <div class="flex flex-column flex-row-ns pv0-l"> <div class="flex flex-column mw8 w-100 measure-wide-l pv2 pv5-m pv2-ns ph4-m ph4-l" id="get-help"> <h4>Get help!</h4> <ul> <li><a href="/learn">Documentation</a></li> <li><a href="http://forge.rust-lang.org">Rust Forge (Contributor Documentation)</a></li> <li><a href="https://users.rust-lang.org">Ask a Question on the Users Forum</a></li> </ul> <div class="languages"> <div class="select"> <label for="language-footer" class="hidden">Language</label> <select id="language-footer"> <option title="English (en-US)" value="en-US">English (en-US)</option> <option title="Español (es)" value="es">Español (es)</option> <option title="Français (fr)" value="fr">Français (fr)</option> <option title="Italiano (it)" value="it">Italiano (it)</option> <option title="日本語 (ja)" value="ja">日本語 (ja)</option> <option title="Português (pt-BR)" value="pt-BR">Português (pt-BR)</option> <option title="Русский (ru)" value="ru">Русский (ru)</option> <option title="Türkçe (tr)" value="tr">Türkçe (tr)</option> <option title="简体中文 (zh-CN)" value="zh-CN">简体中文 (zh-CN)</option> <option title="正體中文 (zh-TW)" value="zh-TW">正體中文 (zh-TW)</option> </select> </div> </div> </div> <div class="flex flex-column mw8 w-100 measure-wide-l pv2 pv5-m pv2-ns ph4-m ph4-l"> <h4>Terms and policies</h4> <ul> <li><a href="/policies/code-of-conduct">Code of Conduct</a></li> <li><a href="/policies/licenses">Licenses</a></li> <li><a href="https://foundation.rust-lang.org/policies/logo-policy-and-media-guide/">Logo Policy and Media Guide</a></li> <li><a href="/policies/security">Security Disclosures</a></li> <li><a href="https://foundation.rust-lang.org/policies/privacy-policy/">Privacy Notice</a></li> <li><a href="/policies">All Policies</a></li> </ul> </div> <div class="flex flex-column mw8 w-100 measure-wide-l pv2 pv5-m pv2-ns ph4-m ph4-l"> <h4>Social</h4> <div class="flex flex-row flex-wrap items-center"> <a rel="me" href="https://social.rust-lang.org/@rust" target="_blank"><img src="/static/images/mastodon.svg" alt="Mastodon" title="Mastodon" /></a> <a href="https://twitter.com/rustlang" target="_blank"><img src="/static/images/twitter.svg" alt="twitter logo" title="Twitter"/></a> <a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank"><img class="pv2" src="/static/images/youtube.svg" alt="youtube logo" title="YouTube"/></a> <a href="https://discord.gg/rust-lang" target="_blank"><img src="/static/images/discord.svg" alt="discord logo" title="Discord"/></a> <a href="https://github.com/rust-lang" target="_blank"><img src="/static/images/github.svg" alt="github logo" title="GitHub"/></a> </div> </div> </div> <div class="attribution"> <p> Maintained by the Rust Team. See a bug? <a href="https://github.com/rust-lang/www.rust-lang.org/issues/new/choose">File an issue!</a> </p> <p>Looking for the <a href="https://prev.rust-lang.org">previous website</a>?</p> </div> </div> </footer> <script src="/static/scripts/languages.js"></script> </body> </html>