rmanoka / async-scopedLinks
A scope for async_std and tokio to spawn non-static futures
☆153Updated last year
Alternatives and similar repositories for async-scoped
Users that are interested in async-scoped are comparing it to the libraries listed below
Sorting:
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Utilities for working with impl traits in Rust.☆117Updated 10 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆176Updated 3 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last week
- Make trait methods callable without the trait in scope☆161Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆288Updated 2 weeks ago
- Better reference counted strings for Rust☆139Updated last year
- Serialize and deserialize C-like enum as underlying repr☆253Updated last week
- Define your own PhantomData☆158Updated last week
- A lightweight version of pin-project written with declarative macros.☆261Updated 2 weeks ago
- ☆237Updated 3 months ago
- Pull in every source file in a directory as a module☆179Updated last week
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 2 weeks ago
- Async broadcast channels☆187Updated 3 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last week
- A simple Cross-platform thread schedule and priority library for rust.☆142Updated 2 months ago
- Compile-time string formatting☆250Updated last month
- Async synchronization primitives☆276Updated 3 months ago
- Compatibility adapter between tokio and futures☆185Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments☆94Updated 9 months ago
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Struct fields that are made read-only accessible to other modules☆259Updated last week
- A library for to allow multiple return types by automatically generated enum.☆372Updated 2 weeks ago
- Semantic wrapper for byte count representations☆150Updated last week
- Open a scope and then freeze it in time for future access.