oliver-giersch / closureLinks
A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.
☆42Updated 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.☆151Updated 2 months ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- Anonymous struct and named arguments in Rust.☆78Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Macro for sealing traits and structures☆59Updated 11 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- lens implemented in rust☆117Updated 2 years ago
- Generic extensions for tapping values in Rust.☆58Updated 6 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 3 weeks ago
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆120Updated last week
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Proc macro derive to generate structs from enum variants.☆30Updated 2 years ago
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- ☆52Updated 2 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- Blazing fast immutable collection datatypes for Rust.☆124Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated 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.☆114Updated 5 months ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 3 months ago
- Better reference counted strings for Rust☆138Updated last year
- Inline procedural macros for Rust☆56Updated 3 years ago