OSS探訪

Rust — performanceとmemory safetyを両立するsystems programming言語

OSS健全度 96
スコアの見方

発掘スコアはStars・Watchers・Forks・Contributorsを対数圧縮して重み付けした独自指標(上限なし)。成長モメンタムは観測期間内の同スコアの差、OSS健全度は取得できた更新状況・Community Health・Releaseの0〜100評価です。

Stars
118,482
主要言語
Rust
ライセンス
Apache-2.0
リポジトリ最終更新
2026/09/13

概要

rust-lang/rustは、Rust compiler、standard library、documentationを収めるmain source repositoryです。ownershipを含むtype systemでmemory・thread safetyをcompile時に支え、service、embedded device、他言語とのintegrationまでを対象にします。

特徴と向いている用途

公式資料に基づく紹介・実機未検証 · 内容確認日:

compilerとownership modelで効率性・安全性・開発toolをつなぐ

Rustは高速でmemory-efficientな実行を目指し、type systemとownership modelで多くのmemory・thread問題をcompile時に検出します。Cargo、rustfmt、Clippy、rust-analyzerなど、package管理、format、lint、editor支援もecosystemとして案内されています。

出典:[1]

resource効率と安全性を同時に重視する基盤software

critical service、embedded software、CLI、他言語へ組み込むcomponentなど、runtime costを抑えながら並行処理やmemory境界を明確にしたい用途の候補です。ownershipを含む設計をteamで学べる範囲から評価してください。

出典:[1]

通常導入とcompilerのsource build、licenseを分けて確認する

READMEはsourceからのinstallを推奨せず、通常はThe Bookのinstallation手順へ案内します。Rustは主にMITとApache License 2.0の両方で配布され、一部はBSD系licenseです。RustとCargoの名称・logoにはRust Foundationのtrademark policyも適用されます。

出典:[1]

参考にした公式資料

  1. [1]Rust README(2026-09-13)
編集部からの補足

「錆」と競合する一般語brandでも、memory safety・ownership・Cargoという固有語とecosystemが検索意図を確立した例として選びました。

成長

成長の推移 · 直近30日

118,482 Stars

推移データを蓄積中です。

開発アクティビティ

直近90日・週次

Commit(直近30日)
2,917
Open PR
1,390

開発アクティビティを蓄積中です。

Built with

カテゴリとタグ

GitHubデータ

GitHubのデータGitHubの詳細データを見る

GitHub Topics

  • rust
  • compiler
  • language
Stars
118,482
Forks
15,563
Watchers
1,550
Open Issues
11,230
主要言語
Rust
ライセンス
Apache-2.0
リポジトリ最終更新
2026/09/13
情報の誤りを報告

掲載内容に誤りや古い情報があればお知らせください。