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.☆78Updated last year
- Macro for sealing traits and structures☆59Updated 10 months ago
- 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 2 weeks ago
- Blazing fast immutable collection datatypes for Rust.☆119Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- lens implemented in rust☆117Updated 2 years ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated 2 years ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated 11 months ago
- A fast, concurrent string interner☆157Updated last year
- Proc macro derive to generate structs from enum variants.☆30Updated 2 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- Rust library for typesystem-assisted bitflags.☆132Updated 4 months ago
- A scope for async_std and tokio to spawn non-static futures☆148Updated last year
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆119Updated 11 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 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 4 months ago
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆142Updated 5 months ago
- Typed index version of Rust slice and Vec containers☆74Updated 2 months ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆98Updated 5 months ago
- Generic extensions for tapping values in Rust.☆58Updated 6 years ago
- ☆90Updated 2 months ago
- Make trait methods callable without the trait in scope☆159Updated last month
- Use declarative macros as proc_macro attributes or derives☆145Updated 4 months ago
- Define your own PhantomData☆158Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated 2 weeks ago
- Lending iterators on stable Rust☆83Updated last year