oliver-giersch / closureLinks
A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.
☆41Updated 3 years ago
Alternatives and similar repositories for closure
Users that are interested in closure are comparing it to the libraries listed below
Sorting:
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Macro for sealing traits and structures☆60Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated 2 years ago
- Anonymous struct and named arguments in Rust.☆78Updated last year
- Blazing fast immutable collection datatypes for Rust.☆134Updated last month
- Compile-time checks that an enum or match is written in sorted order☆120Updated 3 weeks ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆100Updated 8 months ago
- Generic extensions for tapping values in Rust.☆59Updated 6 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆123Updated 2 months ago
- home for proposals in and around compile-time function evaluation☆113Updated last month
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- lens implemented in rust☆117Updated 2 years ago
- ☆90Updated 2 weeks ago
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated 2 years ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- ☆54Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆123Updated 4 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- Use declarative macros as proc_macro attributes or derives☆151Updated 7 months ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago