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 3 weeks ago
- A library for interaction with units of bytes.☆58Updated 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
- Library for scripting analyses against crates.io's database dumps☆73Updated last month
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Thread parking and unparking☆79Updated 9 months ago
- like thread::spawn but for processes☆160Updated 8 months ago
- futures::AtomicWaker extracted into its own crate☆36Updated 3 months ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- A low-level I/O ownership and borrowing library☆105Updated 2 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last week
- An updated version of linked-hash-map and friends☆137Updated last week
- ☆76Updated 2 months ago
- Minimal async cache in Rust with support for key expirations☆54Updated 5 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Run closures in parallel☆115Updated 9 months ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 8 months ago
- ☆112Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆65Updated this week
- Native TLS for futures and async-std☆72Updated 4 months ago
- Prioritised, parallel job scheduler with concurrent exclusion, job merging, recurring jobs and load limiting for lower priorities.☆46Updated 3 years ago
- Define your own PhantomData☆158Updated 2 weeks ago
- Typed any map for rust☆67Updated 10 months ago
- Rust web toolkit for impatient perfectionists☆43Updated 2 months ago
- ☆59Updated last year
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- Abstract over different executors☆74Updated 2 years ago
- Convert closures into wakers☆46Updated 9 months ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago