danielhenrymantilla / with_locals.rs
Procedural macro to mock returning (values referencing) locals from a function (using CPS)
☆30Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for with_locals.rs
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated 2 weeks ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated this week
- We have Crater At Home☆20Updated 2 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- Fake implementation of `std::Fn` for user-defined data types☆37Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆34Updated this week
- Macro for sealing traits and structures☆49Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆64Updated this week
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- Make any value Sync but only available on its original thread☆36Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Wrapper around Rc safe to send to a different thread☆23Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆62Updated 2 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated 11 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆14Updated 2 years ago
- Allow function lifetime elision and explicit `for<'a>` annotations on closures.☆21Updated 2 years ago
- Automatic `mod` declaration with visibility/re-export customization, conditional compilation and more.☆19Updated last year
- A memory efficient syntax tree for language developers☆51Updated 2 months ago
- Lending iterators on stable Rust☆80Updated 9 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- Dynamic structured values for Rust☆27Updated 2 weeks ago
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆38Updated 2 years ago
- Completion futures for Rust☆19Updated 2 years ago
- Proc macro derive to generate structs from enum variants.☆24Updated last year
- Automatic cfg for Rust compiler features☆95Updated last month
- Lossless functionality for platform-native strings.☆70Updated 8 months ago
- (lifetime) GATs on stable Rust☆56Updated 9 months ago
- Simple goldenfile testing in Rust.☆38Updated 2 months ago