rust

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
rust [2025/12/04 05:22] – [cargo-cache] ともやんrust [2025/12/16 05:28] (現在) – [ツールチェーンの削除] ともやん
行 1798: 行 1798:
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
 1.12.6 1.12.6
 +</pre></html></WRAP>
 +</WRAP>
 +
 +=== 更新 ===
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269">cargo</font> binstall <font color="#A347BA">-V</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +1.12.6
 +</pre></html></WRAP>
 +<WRAP color_command><html><pre>
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269">cargo</font> binstall cargo-binstall
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +<font color="#26A269"> INFO</font> <b>resolve</b><font color="#7D7D7D">: Resolving package: &apos;cargo-binstall&apos;</font>
 +<font color="#26A269"> INFO</font> <b>resolve</b><font color="#7D7D7D">: Verified signature for package &apos;cargo-binstall&apos;: gh=cargo-bins/cargo-binstall git=3fc81674af4165a753833a94cae9f91d8849049f ts=2025-11-23T06:43:45.776Z run=19607264075</font>
 +<font color="#A2734C"> WARN</font> The package cargo-binstall v1.16.2 (x86_64-unknown-linux-gnu) has been downloaded from github.com
 +<font color="#26A269"> INFO</font> This will install the following binaries:
 +<font color="#26A269"> INFO</font>   - cargo-binstall =&gt; /home/tomoyan/.cargo/bin/cargo-binstall
 +Do you wish to continue? [yes]/no
 +? yes
 +<font color="#26A269"> INFO</font> Installing binaries...
 +<font color="#26A269"> INFO</font> Done in 32.55978613s
 +</pre></html></WRAP>
 +<WRAP color_command><html><pre>
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269">cargo</font> binstall <font color="#A347BA">-V</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +1.16.2
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
行 2053: 行 2083:
 </WRAP> </WRAP>
  
 +===== rust 環境のディスク容量🤔 =====
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269">du</font> <font color="#A347BA">-hs</font> <u style="text-decoration-style:solid">~/.rustup</u> <font color="#12488B"><b>&amp;&amp;</b></font> <font color="#26A269">du</font> <font color="#A347BA">-hs</font> ~/.rustup/toolchains/<font color="#12488B"><b>*</b></font> <font color="#12488B"><b>&amp;&amp;</b></font> <font color="#26A269">du</font> <font color="#A347BA">-hs</font> <u style="text-decoration-style:solid">~/.cargo</u>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +13G /home/tomoyan/.rustup
 +1.2G /home/tomoyan/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu
 +1.3G /home/tomoyan/.rustup/toolchains/1.82.0-x86_64-unknown-linux-gnu
 +1.5G /home/tomoyan/.rustup/toolchains/1.89-x86_64-unknown-linux-gnu
 +1.6G /home/tomoyan/.rustup/toolchains/1.90.0-x86_64-unknown-linux-gnu
 +4.3G /home/tomoyan/.rustup/toolchains/esp
 +976M /home/tomoyan/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu
 +1.7G /home/tomoyan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu
 +2.8G /home/tomoyan/.cargo
 +</pre></html></WRAP>
 +</WRAP>
 +
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269">cargo</font> c<font color="#999999">ache</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Cargo cache &apos;/home/tomoyan/.cargo&apos;:
 +
 +Total:                               3.09 GB
 +  69 installed binaries:           984.35 MB
 +  Registry:                          1.82 GB
 +    Registry index:                 95.19 MB
 +    2294 crate archives:           334.33 MB
 +    1663 crate source checkouts:     1.40 GB
 +  Git db:                          283.54 MB
 +    9 bare git repos:              158.48 MB
 +    3 git repo checkouts:          125.07 MB
 +</pre></html></WRAP>
 +</WRAP>
 ===== ツールチェイン (toolchain) ===== ===== ツールチェイン (toolchain) =====
 公式: [[https://rust-lang.github.io/rustup/concepts/toolchains.html|Toolchains - The rustup book]] [[gtr>https://rust-lang.github.io/rustup/concepts/toolchains.html|翻訳]]\\ 公式: [[https://rust-lang.github.io/rustup/concepts/toolchains.html|Toolchains - The rustup book]] [[gtr>https://rust-lang.github.io/rustup/concepts/toolchains.html|翻訳]]\\
行 2200: 行 2266:
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">rustup</span> toolchain uninstall 1.67+<font color="#0087FF"><b>$</b></font> <font color="#26A269">rustup</font> toolchain uninstall 1.90.0-x86_64-unknown-linux-gnu
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-<b>info: </b>uninstalling toolchain &apos;1.67-x86_64-unknown-linux-gnu&apos; +<b>info: </b>uninstalling toolchain &apos;1.90.0-x86_64-unknown-linux-gnu&apos; 
-<b>info: </b>toolchain &apos;1.67-x86_64-unknown-linux-gnu&apos; uninstalled+<b>info: </b>toolchain &apos;1.90.0-x86_64-unknown-linux-gnu&apos; uninstalled
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
行 2210: 行 2276:
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">rustup</span> toolchain list+<font color="#0087FF"><b>$</b></font> <font color="#26A269">rustup</font> toolchain list
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-stable-x86_64-unknown-linux-gnu (default)+stable-x86_64-unknown-linux-gnu (active, default)
 nightly-x86_64-unknown-linux-gnu nightly-x86_64-unknown-linux-gnu
 esp esp
  • rust.1764793370.txt.gz
  • 最終更新: 2025/12/04 05:22
  • by ともやん