danielhenrymantilla / with_builtin_macros.rsView external linksLinks
Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`).
☆18Apr 10, 2024Updated last year
Alternatives and similar repositories for with_builtin_macros.rs
Users that are interested in with_builtin_macros.rs are comparing it to the libraries listed below
Sorting:
- Rust crate for eager macro expansion☆13Jan 24, 2020Updated 6 years ago
- A tiny library for parsing the Accept-Language header from browsers☆15Aug 19, 2023Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆52Feb 25, 2024Updated last year
- iroh fork of Quinn, a QUIC implementation in Rust☆21Updated this week
- A helper library to generate complex and nested structures by a simple macro☆14Feb 8, 2026Updated last week
- Another builder macro-based generator☆15Jul 13, 2025Updated 7 months ago
- A vulkan loader for termux to load android driver with x11 functionalities.☆12Aug 9, 2025Updated 6 months ago
- An intuitive toolkit to simplify declarative macro development in Rust☆20Feb 9, 2026Updated last week
- Read and Write Process Memory in Windows using Rust Language Demo☆13Aug 14, 2020Updated 5 years ago
- Simple and fast async channels☆18Jun 22, 2024Updated last year
- Easy-to-use optional function arguments for Rust☆47Apr 16, 2024Updated last year
- A rusty, dual-wielding Quake and Half-Life texture WAD parser.☆21Apr 2, 2024Updated last year
- RustyShield is a comprehensive cryptographic library implemented in Rust. This project implements a wide range of cryptographic algorithm…☆18Jun 18, 2023Updated 2 years ago
- Safer wrappers over ktls-sys☆87Feb 5, 2026Updated last week
- A simple quote-based code generator for Rust☆19Jun 28, 2022Updated 3 years ago
- Collection of typed data structures, trait operators and aliases☆51Sep 27, 2020Updated 5 years ago
- Yet another Rust algebraic effect library using generators☆19Jun 10, 2025Updated 8 months ago
- High-Octane JavaScript Engine in Rust☆43Sep 5, 2025Updated 5 months ago
- A simple `no_std` heap allocator for RISC-V and Xtensa processors from Espressif☆24Apr 16, 2024Updated last year
- Rust native 7z compressor / decompressor☆76Feb 9, 2026Updated last week
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Jul 29, 2020Updated 5 years ago
- Official rust implementation of the Kadcast P2P protocol for ultra-efficient message dissemination within Dusk Network☆27Updated this week
- A map backed by a vector☆26Mar 12, 2024Updated last year
- Find out what takes most of the space in your executable, more accurately☆32May 11, 2025Updated 9 months ago
- Bindings to GCC's __float128 type☆25Feb 7, 2025Updated last year
- Automatic `mod` declaration with visibility/re-export customization, conditional compilation and more.☆22Mar 20, 2023Updated 2 years ago
- Minimalist Rust syntax parsing for procedural macros☆66May 30, 2024Updated last year
- Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.☆68Updated this week
- Declarative macros for statically initializing collections with ease