awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesNo-Std Serialization Libraries

Serialization implementations designed to operate in environments without a standard library.

Distinct from No-Std Environment Adapters: Focuses on providing serialization logic in no-std environments, rather than general environment adaptation.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · No-Std Serialization Libraries. Refine with filters or upvote what's useful.

Awesome No-Std Serialization Libraries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tokio-rs/prostAvatar tokio-rs

    tokio-rs/prost

    4,717Vezi pe GitHub↗

    Prost is a Protocol Buffers implementation for Rust that functions as a binary serialization framework and code generator. It translates schema definitions into idiomatic Rust structs and enums, providing the logic necessary to encode and decode structured data into the Protocol Buffers binary format. The project distinguishes itself through a no-std implementation, allowing it to operate in embedded or kernel environments that lack a standard library. It also serves as a schema introspector by emitting file descriptor sets, which enables the programmatic analysis of original schema definitio

    Offers a serialization implementation compatible with embedded or kernel environments that lack the Rust standard library.

    Rustprotobufrust
    Vezi pe GitHub↗4,717
  • rust-embedded/embedded-halAvatar rust-embedded

    rust-embedded/embedded-hal

    2,600Vezi pe GitHub↗

    Embedded-hal is a hardware abstraction layer for embedded microcontrollers that defines common traits allowing peripheral drivers to remain entirely independent of specific hardware platforms. The library provides platform-agnostic interfaces that decouple driver logic from microcontroller architectures, utilizing zero-cost trait abstractions that compile down to direct hardware register manipulations without runtime overhead or memory allocation. The project features asynchronous execution support and synchronous-to-asynchronous adaptation, enabling non-blocking peripheral operations and coo

    Provides custom input and output traits tailored for bare-metal and resource-constrained environments.

    Rust
    Vezi pe GitHub↗2,600
  1. Home
  2. Operating Systems & Systems Programming
  3. Platform Development and Integration
  4. Platform Support
  5. Environment Support Managers
  6. No-Std Environment Adapters
  7. No-Std Serialization Libraries

Explorează sub-etichetele

  • Input-Output InterfacesReplacement input and output traits designed for resource-constrained environments. **Distinct from No-Std Serialization Libraries:** Distinct from serialization libraries: focuses on generic input/output trait definitions rather than serialization codecs.