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

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

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

1 个仓库

Awesome GitHub RepositoriesEmbedded Data Structure Libraries

Collections of statically allocated data structures designed for memory-constrained embedded systems.

Distinct from Embedded Rust: Distinct from Embedded Rust: focuses specifically on data structure libraries rather than general bare-metal operating system components.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Embedded Data Structure Libraries. Refine with filters or upvote what's useful.

Awesome Embedded Data Structure Libraries GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Provides statically allocated, heapless data structures designed for memory-constrained embedded systems.

    Rustdata-structuresno-stdrust
    在 GitHub 上查看↗1,977
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Systems & Low-Level
  6. Rust
  7. Operating Systems
  8. Embedded Rust
  9. Embedded Data Structure Libraries