ArtBlnd / rename-futureLinks
You can name anonymous Future from async fn without dyn or Box!
☆61Updated 3 years ago
Alternatives and similar repositories for rename-future
Users that are interested in rename-future are comparing it to the libraries listed below
Sorting:
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 8 months ago
- Macro for sealing traits and structures☆59Updated 8 months ago
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆102Updated 7 months ago
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- Make trait methods callable without the trait in scope☆151Updated 2 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 2 months ago
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- Minimal TOML library with few dependencies☆84Updated 5 months ago
- Minimal asynchronous runtime for Rust☆129Updated 11 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated last year
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- ☆58Updated last year
- Utilities for working with impl traits in Rust.☆111Updated 6 months ago
- Safe generators on stable Rust.☆40Updated 2 years ago
- Cargo plugin to manage dependency features☆118Updated 2 years ago
- `tracing` crate compatible `Subscriber` for reporting spans through browser `window.performance`☆75Updated last year
- A scope for async_std and tokio to spawn non-static futures☆143Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.