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
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆135Updated 5 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆75Updated this week
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Macro for sealing traits and structures☆50Updated last month
- Lending iterators on stable Rust☆81Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆89Updated 3 weeks ago
- Typed index version of Rust slice and Vec containers☆68Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last month
- docs.rs as a publishing platform?☆66Updated 6 months ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 weeks ago
- Automatic cfg for Rust compiler features☆95Updated 3 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆67Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 months ago
- Use declarative macros as proc_macro attributes or derives☆107Updated last year
- Proc macro derive to generate structs from enum variants.☆24Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- Rust library for typesystem-assisted bitflags.☆114Updated this week
- Allow function lifetime elision and explicit `for<'a>` annotations on closures.☆22Updated 2 years ago
- Cargo API written in Paris☆44Updated last month
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆90Updated 7 months ago
- `$crate` in procedural macros.☆68Updated last week
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated 3 weeks ago
- Compile-time string operations☆84Updated 3 weeks ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Lazy formatting utility macro for rust☆127Updated last year
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆52Updated 6 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆105Updated last year
- Macros for deriving as functions to access Enums as their inner components☆95Updated 4 months ago
- Better reference counted strings for Rust☆117Updated 6 months ago