benkay86 / async-appliedLinks
Practical examples of the Rust async ecosystem
☆40Updated 3 years ago
Alternatives and similar repositories for async-applied
Users that are interested in async-applied are comparing it to the libraries listed below
Sorting:
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆96Updated last month
- like thread::spawn but for processes☆159Updated 7 months ago
- Library for scripting analyses against crates.io's database dumps☆73Updated 3 weeks ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last year
- Data parallelism library for async-std.☆94Updated last year
- Async tracing capabilities for the log crate