awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Rust compiler and toolchain

排名更新于 2026年6月30日

For 高性能系统编程语言, the strongest matches are rust-lang/rust (This is the primary repository for the Rust compiler), rust-lang/rls (RLS is a core component of the Rust toolchain) and rust-lang/cargo (Cargo is the official package manager and build system). rust-lang/rustup is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “rust” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

“高性能系统编程语言” 的搜索结果

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rust-lang/rustrust-lang 的头像

    rust-lang/rust

    114,066在 GitHub 上查看↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces memory safety through ownership, borrowing, and lifetime annotations, while also offering mechanisms for handling both recoverable and unrecoverable errors. The language includes extensive support for concurrent programming, providing primitives for thread management, shared-stat

    This is the primary repository for the Rust compiler and standard library, which defines the language itself and includes incremental compilation, cross-compilation, and edition support, making it the essential core for exploring Rust's compiler and toolchain.

    RustServer ImplementationsTesting FrameworksData Structures
    在 GitHub 上查看↗114,066
  • rust-lang/rlsrust-lang 的头像

    rust-lang/rls

    3,509在 GitHub 上查看↗

    RLS is a language server that provides language intelligence for the Rust programming language. It implements the Language Server Protocol to enable a standardized communication layer between the Rust compiler and various editor clients. The project focuses on providing real-time code completions, symbol navigation, and type information. It also supports automated structural changes, such as workspace-wide symbol renaming, to maintain semantic correctness during refactoring. The system incorporates static code analysis for linting and formatting, alongside a mechanism for incremental compila

    RLS is a core component of the Rust toolchain that implements the Language Server Protocol, providing IDE intelligence and incremental compilation support—exactly the kind of repository this search targets for exploring Rust's language server integration.

    RustLanguage Server ProtocolsLanguage Intelligence Services
    在 GitHub 上查看↗3,509
  • rust-lang/cargorust-lang 的头像

    rust-lang/cargo

    14,624在 GitHub 上查看↗

    Cargo is the official build system and package manager for the Rust programming language. It provides a unified command-line interface that orchestrates the entire development lifecycle, including compiling source code, managing complex dependency graphs, running tests, and distributing packages through a centralized registry. By utilizing declarative manifest files, it ensures that builds remain reproducible and consistent across different environments. The tool distinguishes itself through its deep integration with the Rust compiler and its sophisticated approach to project management. It f

    Cargo is the official package manager and build system for Rust, making it a core part of the Rust toolchain, but it is not the compiler itself or the full toolchain manager — it fits as one of the essential repositories this search is after.

    RustRust Environments
    在 GitHub 上查看↗14,624
  • rust-lang/rustuprust-lang 的头像

    rust-lang/rustup

    6,940在 GitHub 上查看↗

    rustup is a programming language toolchain manager that automates the installation, versioning, and configuration of the Rust compiler and its associated build tools. It serves as a toolchain installer and version manager, enabling the deployment of the language ecosystem across different operating systems. The system manages multiple compiler versions across stable, beta, and nightly release channels, allowing users to switch between these versions to meet different environment requirements. It also functions as a cross-compilation manager by installing pre-compiled standard libraries to bui

    rustup is the official Rust toolchain manager, handling installation, version switching, and cross-compilation setup, which makes it a core repository within the Rust toolchain ecosystem that directly fits this search.

    RustCompiler Version ManagersToolchain ManagersChannel-to-Version Mapping
    在 GitHub 上查看↗6,940

Related searches

  • Rust 生态
  • Rust 面试学习指南
  • 通过项目实战学习 Rust 的路径
  • a game engine written in Rust
  • a testing framework for Rust projects
  • an object relational mapper for Rust
  • a cryptography library written in Go or Rust
  • 用 Rust 编写的现代模态文本编辑器