danielhenrymantilla / higher-order-closure.rs
Allow function lifetime elision and explicit `for<'a>` annotations on closures.
☆21Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for higher-order-closure.rs
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 weeks ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆64Updated this week
- ☆28Updated 7 months ago
- (lifetime) GATs on stable Rust☆56Updated 9 months ago
- Const TypeId and non-'static TypeId☆53Updated 2 weeks ago
- ☆50Updated 5 months ago
- Macro for sealing traits and structures☆49Updated last month
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆38Updated 2 years ago
- Minimal TOML library with few dependencies☆82Updated last month
- Utilities for working with impl traits in Rust.☆96Updated 7 months ago
- Compile-time string operations☆80Updated last month
- A typed map which can make sure item exist.☆33Updated last week
- You can name anonymous Future from async fn without dyn or Box!☆57Updated 2 years ago
- ☆55Updated 2 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- Fake implementation of `std::Fn` for user-defined data types☆37Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆34Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆62Updated 2 months ago
- Lending iterators on stable Rust☆80Updated 9 months ago
- ☆49Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆58Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated this week
- A tar archive reading/writing library for async Rust.☆26Updated 6 months ago
- Declarative parsing for Rust, using a custom derive and nom☆66Updated last year
- Threadsafe RefCell for Rust☆88Updated last year
- Wrapper around Rc safe to send to a different thread☆23Updated last year
- ☆55Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- ☆54Updated 10 months ago