hniksic / sendable
Wrapper around Rc safe to send to a different thread
☆25Updated last year
Alternatives and similar repositories for sendable:
Users that are interested in sendable are comparing it to the libraries listed below
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- structured parallel execution for async Rust☆33Updated 8 months ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 7 months ago
- ☆35Updated 3 months ago
- ☆39Updated last year
- Completion futures for Rust☆19Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Lending iterators on stable Rust☆82Updated last year
- ☆23Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- ☆30Updated 5 months ago
- Macro for sealing traits and structures☆54Updated 5 months ago
- Mirror of Rust's allocator api for use on stable rust☆59Updated 2 months ago
- Typed any map for rust☆66Updated 4 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last month
- Zero-cost bitsets over native Rust types☆76Updated last month
- ☆38Updated last year
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 4 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- ☆56Updated last year
- Rust crate for making Read streams peekable.☆26Updated 3 years ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 3 years ago
- ☆56Updated 11 months ago
- ☆33Updated 2 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆69Updated 7 months ago
- Serialization value trees☆44Updated 9 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 5 months ago
- You can name anonymous Future from async fn without dyn or Box!☆60Updated 3 years ago