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

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

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

2 个仓库

Awesome GitHub RepositoriesSafety Engineering

Coding patterns and practices designed to prevent critical bugs, memory leaks, and concurrency errors.

Distinguishing note: Candidates are either language implementations or compilers, not engineering patterns for safety.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Safety Engineering. Refine with filters or upvote what's useful.

Awesome Safety Engineering GitHub Repositories

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

    lefticus/cppbestpractices

    8,765在 GitHub 上查看↗

    This project is a curated collection of best practices, coding standards, and style guidelines for writing C++ source code. It serves as a software engineering resource focused on improving code safety, maintainability, and performance. The resource covers multiple domains of C++ development, including safety engineering to reduce bugs and memory errors, as well as code optimization for increased efficiency. It provides a set of collaborative guidelines for consistent code formatting and structural patterns across projects.

    Implements specific C++ coding patterns to reduce bugs and prevent common memory or concurrency errors.

    在 GitHub 上查看↗8,765
  • rust-embedded/heaplessrust-embedded 的头像

    rust-embedded/heapless

    1,977在 GitHub 上查看↗

    Heapless is an embedded Rust data structure library that provides statically allocated, fixed-capacity collections for memory-constrained systems. It implements a zero-allocation runtime model where all collection elements are stored inline within their own value structure, completely removing the need for operating system interaction, global allocators, or runtime heap allocation. Capacity is specified at compile time through generic type parameters, ensuring every collection has a fixed upper bound known before execution. The library implements core language traits to provide standard coll

    Develops reliable code that eliminates common memory management errors by enforcing strict compile-time bounds and static sizing.

    Rustdata-structuresno-stdrust
    在 GitHub 上查看↗1,977
  1. Home
  2. Software Engineering & Architecture
  3. Safety Engineering