1 مستودع
Configurations for compiling software to run on bare-metal or restricted hardware without a standard library.
Distinct from Embedded Hardware Cross-Compilation: Focuses on the build-time capability to target no-std environments rather than cross-compilation toolchains.
Explore 1 awesome GitHub repository matching hardware & iot · Embedded System Compilations. Refine with filters or upvote what's useful.
Pest is a Rust parsing library and automatic parser generator that transforms formal grammar definitions into functional parsers. It specializes in Parsing Expression Grammar to recognize and structure complex text patterns, providing a system for context-free grammar parsing. The library implements zero-copy tokenization and static grammar compilation to reduce runtime overhead. It supports no-std runtime compatibility, allowing the parser to be compiled for embedded or bare-metal environments where a standard library is unavailable. The project covers a range of parsing capabilities, inclu
Allows the parser to be compiled for embedded or bare-metal environments where a standard library is unavailable.