Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 23 Rust Asynchronou Projects
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
The AWS SDK makes use of the async capabilities in the Tokio library. So when you see async in front of a fn that function is capable of executing asynchronously.
-
Project mention: I'm trying to build a progress bar for an Iced GUI app and having a lot of trouble with it. | /r/rust | 2023-09-22
I am building an app using Iced that takes hashes of the files in a directory and assigns them to a profile. The problem is that I can't get the progress bar to update in real time. I've been checking out examples like this https://github.com/iced-rs/iced/tree/master/examples/download_progress. But I just can't get the progress bar to move. Is anyone available to take a look at my code and maybe show me a fix (as long as you're okay with MIT licensing your changes)?
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Was playing around with mio (https://github.com/tokio-rs/mio) (not that mio itself is very important here!) and was trying to implement a simple something that I've done in java before: a Reactor that you can register ReactorClients with that will get callback whenever there are events on the corresponding socket etc.
-
-
But maybe check out the discussion here https://github.com/async-rs/async-std/pull/631 or something (the blog post was linked on the end of it)
-
-
tokio-tungstenite
Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
It passed all test of the autobahn testsuite And web-socket-benchmark show about 3x faster then tokio-tungstenite
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
-
-
Project mention: Zino: a full-featured web application framework for Rust with a focus on productivity and performance. | /r/rust | 2023-04-16
-
-
-
mioco
[no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).
Honestly Rust with green threads as an option would be exciting one. Looks like there has been an attempt before (https://github.com/dpc/mioco - no longer maintained).
-
-
-
twitch_api
Rust library for talking with the Twitch API aka. "Helix", TMI and more! Use Twitch endpoints fearlessly!
-
-
-
awesome-tokio
Awesome books, tutorials, courses, and resources for the Tokio asynchronous runtime ecosystem. ⚡
Project mention: GitHub - mjovanc/awesome-tokio: Awesome books, tutorials, courses, and resources for the Tokio asynchronous runtime ecosystem. ⚡ | /r/rust | 2023-10-12 -
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust Asynchronous related posts
- API Gateway, Lambda, DynamoDB and Rust
- Consuming an SQS Event with Lambda and Rust
- What's the canonical way of doing it in rust?
- netcrab: a networking tool
- Thread-per-Core
- I'm trying to build a progress bar for an Iced GUI app and having a lot of trouble with it.
- PHP-Tokio – Use any async Rust library from PHP
-
A note from our sponsor - Onboard AI
getonboard.dev | 8 Dec 2023
Index
What are some of the best open-source Asynchronou projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | tokio | 22,941 |
2 | iced | 21,214 |
3 | MIO | 5,830 |
4 | futures-rs | 5,072 |
5 | async-std | 3,747 |
6 | bastion | 2,707 |
7 | tokio-tungstenite | 1,455 |
8 | message-io | 974 |
9 | Coerce-rs | 610 |
10 | bb8 | 605 |
11 | coio-rs | 455 |
12 | carboxyl | 390 |
13 | zino | 384 |
14 | postage-rs | 241 |
15 | xtra | 227 |
16 | mioco | 142 |
17 | erl_dist | 135 |
18 | async-backplane | 129 |
19 | twitch_api | 125 |
20 | rusturn | 99 |
21 | suppaftp | 85 |
22 | awesome-tokio | 65 |
23 | dialectic | 60 |