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.☆145Updated 10 months ago
- Helper macros: autoimpl, impl_scope☆63Updated last week
- Lending iterators on stable Rust☆83Updated last year
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆110Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Blazing fast immutable collection datatypes for Rust.☆105Updated 2 weeks ago
- docs.rs as a publishing platform?☆69Updated last month
- A scope for async_std and tokio to spawn non-static futures☆136Updated last year
- Automatic cfg for Rust compiler features☆102Updated last week
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated 4 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Make trait methods callable without the trait in scope☆148Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated 2 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month
- Use declarative macros as proc_macro attributes or derives☆119Updated 3 weeks ago
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Anonymous struct and named arguments in Rust.☆75Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 2 months ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- ☆50Updated 4 months ago
- Automatically implement traits for common smart pointers☆114Updated 2 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 7 months ago
- Convert number to enum☆87Updated 10 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago