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:
- Macro for sealing traits and structures☆56Updated 6 months ago
- Lending iterators on stable Rust☆82Updated last year
- Helper macros: autoimpl, impl_scope☆63Updated 5 months ago
- Use declarative macros as proc_macro attributes or derives☆114Updated this week
- Typed index version of Rust slice and Vec containers☆69Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆144Updated 10 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 7 months ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Make trait methods callable without the trait in scope☆146Updated 2 weeks ago
- Automatic cfg for Rust compiler features☆95Updated 2 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 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.☆110Updated 2 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆134Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Choose Rust types at compile-time via constants☆65Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated 10 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Pull in every source file in a directory as a module☆173Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 3 weeks ago
- Better reference counted strings for Rust☆126Updated 10 months ago
- docs.rs as a publishing platform?☆69Updated 3 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆48Updated last year
- Blazing fast immutable collection datatypes for Rust.☆104Updated this week
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated 2 weeks ago
- ☆112Updated 2 years ago