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 week
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last week
- Anonymous struct and named arguments in Rust.☆78Updated last year
- Macro for sealing traits and structures☆59Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- Typed index version of Rust slice and Vec containers☆75Updated 3 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Blazing fast immutable collection datatypes for Rust.☆126Updated last month
- Rust library for typesystem-assisted bitflags.☆132Updated 5 months ago
- Use declarative macros as proc_macro attributes or derives☆149Updated 5 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 6 months ago
- lens implemented in rust☆117Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated 3 weeks ago
- ☆90Updated 3 months ago
- home for proposals in and around compile-time function evaluation☆111Updated 2 years ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆99Updated 6 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆111Updated last year
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Make trait methods callable without the trait in scope☆161Updated last week
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Pull in every source file in a directory as a module☆179Updated last week
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago