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:
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆150Updated last month
- Helper macros: autoimpl, impl_scope☆67Updated this week
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆32Updated 11 months ago
- Anonymous struct and named arguments in Rust.☆78Updated last year
- Macro for sealing traits and structures☆59Updated 9 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 3 weeks ago
- Blazing fast immutable collection datatypes for Rust.☆113Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- lens implemented in rust☆117Updated 2 years ago
- Proc macro derive to generate structs from enum variants.☆29Updated 2 years ago
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- Utilities for dealing with substructures within syn macros☆142Updated 4 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 4 months ago
- Rust library for typesystem-assisted bitflags.☆131Updated 3 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated last week
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- ☆90Updated last month
- Better reference counted strings for Rust☆136Updated last year
- Declarative parsing for Rust, using a custom derive and nom☆68Updated last month
- A fast, concurrent string interner☆153Updated last year
- A tiny library for chaining free functions into method call chains.☆48Updated 5 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆98Updated 4 months ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Choose Rust types at compile-time via constants☆68Updated last year
- Typed index version of Rust slice and Vec containers☆74Updated last month