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
Sorting:
- Lending iterators on stable Rust☆82Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Macro for sealing traits and structures☆54Updated 5 months ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆143Updated 9 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Better reference counted strings for Rust☆125Updated 10 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated 2 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Proc macro derive to generate structs from enum variants.☆29Updated last year
- Automatic cfg for Rust compiler features☆96Updated 7 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 6 months ago
- Typed index version of Rust slice and Vec containers☆69Updated last week
- Blazing fast immutable collection datatypes for Rust.☆103Updated last month
- Helper macros: autoimpl, impl_scope☆60Updated 4 months ago
- Use declarative macros as proc_macro attributes or derives☆112Updated last month
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- Run closures in parallel☆113Updated 3 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 4 months ago
- (lifetime) GATs on stable Rust☆58Updated last year
- Token tree calling convention☆79Updated 2 years ago
- docs.rs as a publishing platform?☆68Updated 2 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- Home of the "types team", affiliated with the compiler and lang teams.☆95Updated last year
- Inline procedural macros for Rust☆55Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated 2 months ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago