mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 11:59:46 +08:00
deploy
This commit is contained in:
@@ -3302,8 +3302,15 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#1619-rust" class="md-nav__link">
|
||||
16.1.9. Rust 环境
|
||||
<a href="#1619-dart" class="md-nav__link">
|
||||
16.1.9. Dart 环境
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#16110-rust" class="md-nav__link">
|
||||
16.1.10. Rust 环境
|
||||
</a>
|
||||
|
||||
</li>
|
||||
@@ -3480,8 +3487,15 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#1619-rust" class="md-nav__link">
|
||||
16.1.9. Rust 环境
|
||||
<a href="#1619-dart" class="md-nav__link">
|
||||
16.1.9. Dart 环境
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#16110-rust" class="md-nav__link">
|
||||
16.1.10. Rust 环境
|
||||
</a>
|
||||
|
||||
</li>
|
||||
@@ -3552,7 +3566,12 @@
|
||||
<li>下载并安装 <a href="https://www.swift.org/download/">Swift</a>。</li>
|
||||
<li>在 VSCode 的插件市场中搜索 <code>swift</code> ,安装 <a href="https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang">Swift for Visual Studio Code</a>。</li>
|
||||
</ol>
|
||||
<h2 id="1619-rust">16.1.9. Rust 环境<a class="headerlink" href="#1619-rust" title="Permanent link">¶</a></h2>
|
||||
<h2 id="1619-dart">16.1.9. Dart 环境<a class="headerlink" href="#1619-dart" title="Permanent link">¶</a></h2>
|
||||
<ol>
|
||||
<li>下载并安装 <a href="https://dart.dev/get-dart">Dart</a> 。</li>
|
||||
<li>在 VSCode 的插件市场中搜索 <code>dart</code> ,安装 <a href="https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code">Dart</a> 。</li>
|
||||
</ol>
|
||||
<h2 id="16110-rust">16.1.10. Rust 环境<a class="headerlink" href="#16110-rust" title="Permanent link">¶</a></h2>
|
||||
<ol>
|
||||
<li>下载并安装 <a href="https://www.rust-lang.org/tools/install">Rust</a>。</li>
|
||||
<li>在 VSCode 的插件市场中搜索 <code>rust</code> ,安装 <a href="https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer">rust-analyzer</a>。</li>
|
||||
|
||||
Reference in New Issue
Block a user