Closed
Closed
Conversation
Closed
| {{ content }} | ||
|
|
||
| <footer> | ||
| <p>外国語のページ: |
| <h2><a href="/en-US/documentation.html">ドキュメンテーション</a></h2> | ||
| <h2><a href="/en-US/community.html">コミュニティ</a></h2> | ||
| <h2><a href="/en-US/downloads.html">ダウンロード</a></h2> | ||
| <h2><a href="/en-US/contribute.html">貢献</a></h2> |
| </span> | ||
| <a class="btn btn-primary" id="inst-link" | ||
| href="https://static.rust-lang.org/dist/rustc-{{ site.stable }}-src.tar.gz">インストーラ</a> | ||
| <a class="btn btn-default" href="install.html" role="button">その他のダウンロード</a> |
|
|
||
| <div class="row code-row"> | ||
| <div class="col-md-4"> | ||
| <h2>特集</h2> |
| </div> | ||
| <div id="static-code">{% include example.rs.html %}</div> | ||
| <div class="more-examples"> | ||
| <a href="http://rustbyexample.com/">より多くの例</a> |
| </div> | ||
| <div class="col-md-8"> | ||
| <div id="active-code"> | ||
| <button type="button" class="btn btn-primary btn-sm" id="run-code">ラン</button> |
| <div id="active-code"> | ||
| <button type="button" class="btn btn-primary btn-sm" id="run-code">ラン</button> | ||
| <div id="editor">{% include example.rs %}</div> | ||
| <div id="result" data-msg-running="操作..."> |
| layout: ja-JP/basic | ||
| title: プログラミング言語Rust | ||
| --- | ||
| <!--日本語は私の母国語ではありません。私は中国の日本語の初心者です。私のブログで误りを発见すれば、ご提出お愿いいたします。ありがとうございました。よろしくお願いします。--> |
| <h2>特集</h2> | ||
| <ul class="laundry-list"> | ||
| <li>ゼロコスト抽象化</li> | ||
| <li>セマンティクスを移動する</li> |
| <p class="pitch"> | ||
| <b>Rust</b>は速度、安全性、並行性の3つのゴールにフォーカスしたシステムプログラミング言語です。 | ||
| <br/> | ||
| <b><a href="friends.html">Rustの友人</a></b> |
| <p class="pitch"> | ||
| <b>Rust</b>は速度、安全性、並行性の3つのゴールにフォーカスしたシステムプログラミング言語です。 | ||
| <br/> | ||
| <b><a href="friends.html">Rustを使っている企業</a></b> |
Merged
Labels
None yet