oliver-giersch / closure
A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.
☆40Updated 2 years ago
Alternatives and similar repositories for closure:
Users that are interested in closure are comparing it to the libraries listed below
- Macro for sealing traits and structures☆52Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- Typed index version of Rust slice and Vec containers☆69Updated 5 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated 3 weeks ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆141Updated 7 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆106Updated last year
- Use declarative macros as proc_macro attributes or derives☆110Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆95Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆77Updated 2 months ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Blazing fast immutable collection datatypes for Rust.☆99Updated this week
- docs.rs as a publishing platform?☆68Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 3 weeks ago
- [stable] A convenient macro, for cloning values into a closure.☆29Updated last month
- Better reference counted strings for Rust☆119Updated 8 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆52Updated last month
- Lending iterators on stable Rust☆82Updated last year
- Automatic cfg for Rust compiler features☆96Updated 6 months ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- An updated version of linked-hash-map and friends☆109Updated 3 weeks ago
- Proc macro derive to generate structs from enum variants.☆28Updated last year
- Compile-time checks that an enum or match is written in sorted order☆113Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆150Updated 3 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆100Updated 2 months ago
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆102Updated 4 months ago
- (lifetime) GATs on stable Rust☆57Updated last year
- Run closures in parallel☆113Updated 2 months ago