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:
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- Macro for sealing traits and structures☆61Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Anonymous struct and named arguments in Rust.☆78Updated 2 years ago
- Rust library for typesystem-assisted bitflags.☆136Updated 2 weeks ago
- lens implemented in rust☆117Updated 2 years ago
- home for proposals in and around compile-time function evaluation☆113Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Typed index version of Rust slice and Vec containers☆75Updated 2 weeks ago
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated 2 years ago
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 2 months ago
- Make trait methods callable without the trait in scope☆162Updated last month
- Macro for auto-memoizing Rust functions.☆92Updated 3 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Generic extensions for tapping values in Rust.☆59Updated 6 years ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- ☆55Updated 5 months ago
- ☆90Updated last month
- Utility wrapper to send non send types to other threads safely☆185Updated 10 months ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆99Updated 8 months ago
- Use declarative macros as proc_macro attributes or derives☆151Updated 7 months ago
- Pull in every source file in a directory as a module☆181Updated 3 weeks ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆124Updated this week
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago