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
Sorting:
- ☆21Updated 4 years ago
- Abstract over different executors☆73Updated last year
- A more flexible version of the Rust `scoped-tls` library☆18Updated 8 months ago
- A timeout connector for the hyper client☆26Updated 6 months ago
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- structured parallel execution for async Rust☆33Updated 9 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 3 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
- Rust crate for making Read streams peekable.☆26Updated 3 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- An async version of iterator☆40Updated 11 months ago
- The missing compound borrowing for Rust.