oliver-giersch / closureLinks
A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.
☆40Updated 3 years ago
Alternatives and similar repositories for closure
Users that are interested in closure are comparing it to the libraries listed below
Sorting:
- Anonymous struct and named arguments in Rust.☆75Updated last year
- Macro for sealing traits and structures☆58Updated 7 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated 2 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated 11 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 6 months ago
- Rust library for typesystem-assisted bitflags.☆127Updated last month
- Helper macros: autoimpl, impl_scope☆65Updated 3 weeks ago
- Use declarative macros as proc_macro attributes or derives☆125Updated last month
- Blazing fast immutable collection datatypes for Rust.☆106Updated last week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- A simple, id-based arena☆120Updated last year
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- Compile-time checks that an enum or match is written in sorted order☆117Updated last month
- Lending iterators on stable Rust☆83Updated last year
- A scope for async_std and tokio to spawn non-static futures☆139Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 3 months ago
- Choose Rust types at compile-time via constants☆68Updated last year
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- home for proposals in and around compile-time function evaluation☆110Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- lens implemented in rust☆115Updated 2 years ago
- Lazy formatting utility macro for rust☆127Updated last year
- ☆42Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated this week
- Utilities for dealing with substructures within syn macros☆140Updated 2 months ago
- Pull in every source file in a directory as a module☆178Updated 4 months ago
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 8 months ago