oliver-giersch / closure
A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.
☆39Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for closure
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆131Updated 3 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- Helper macros: autoimpl, impl_scope☆59Updated last month
- Macro for sealing traits and structures☆49Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- Rust library for typesystem-assisted bitflags.☆113Updated 5 months ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- Lazy formatting utility macro for rust☆125Updated 11 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆65Updated last week
- Lending iterators on stable Rust☆80Updated 10 months ago
- Postfix macros on stable Rust, today.☆76Updated 3 years ago
- Better reference counted strings for Rust☆114Updated 4 months ago
- Blazing fast immutable collection datatypes for Rust.☆84Updated 4 months ago
- Automatic cfg for Rust compiler features☆95Updated last month
- Data-driven tests on stable Rust☆36Updated this week
- Make trait methods callable without the trait in scope☆135Updated last week
- A rust crate to find the total size of an object, on the stack and on the heap☆104Updated 10 months ago
- Macro for auto-memoizing Rust functions.☆74Updated 10 months ago
- Use declarative macros as proc_macro attributes or derives☆102Updated last year
- Proc macro derive to generate structs from enum variants.☆24Updated last year
- Keep version numbers in sync with Cargo.toml☆72Updated 5 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆73Updated 2 months ago
- Utility wrapper to send non send types to other threads safely☆168Updated 10 months ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆90Updated 5 months ago
- Pull in every source file in a directory as a module☆158Updated last week
- Attribute proc-macro to delegate method to a field☆28Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆88Updated 7 months ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago