danielhenrymantilla / with_builtin_macros.rs
Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`).
☆10Updated 9 months ago
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
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 10 months ago
- structured parallel execution for async Rust☆33Updated 4 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last month
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- An alternative `std`-like implementation built on origin☆24Updated last week
- impl fallible collections in rust, quite as describe in RFC 2116☆34Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 8 months ago
- Some internal rustc tools made accessible☆44Updated this week
- A simple quote-based code generator for Rust☆18Updated 2 years ago
- Cross-platform, endian-aware primitives for Rust☆34Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 5 months ago
- `smol` integrations with `hyper`☆14Updated 2 months ago
- Serde serializer for generating Starlark build targets☆64Updated last week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated 11 months ago
- Make any value Sync but only available on its original thread☆37Updated last year
- Rust traits for key comparison in maps.☆21Updated last year
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆36Updated 8 months ago
- ☆35Updated last year
- We have Crater At Home☆22Updated 2 months ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Completion futures for Rust☆19Updated 2 years ago
- Derive macro for encoding/decoding instructions and operands as bytecode☆15Updated 2 years ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- myrrlyn’s wyzyrdly library☆25Updated 9 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- Exhaustive iteration trait in Rust☆13Updated last week