Hacker News
- PHP-Tokio – Use any async Rust library from PHP https://github.com/danog/php-tokio 82 comments
- Write a mini-Redis in Rust: learn async programming with Tokio https://tokio.rs/tokio/tutorial 11 comments
Lobsters
- php-tokio: Use any async Rust library from PHP https://github.com/danog/php-tokio 17 comments php , rust
- New releases for Rust-Postgres and Tokio-Postgres https://github.com/sfackler/rust-postgres/releases 12 comments rust
- Tutorial : Linux io_uring and tokio-uring exploration with Rust https://developerlife.com/2024/05/25/tokio-uring-exploration-rust/ 5 comments rust
- tokio-console: a new debugging tool for async Rust https://github.com/tokio-rs/console#tokio-console-prototypes 32 comments rust
- Oxidizer: A rust async orm based on tokio-postgres and refinery https://oxidizer.rs/ 15 comments rust
- ldap3: A pure-Rust LDAP library based on Tokio https://www.reddit.com/r/rust/comments/697g14/ldap3_a_purerust_ldap_library_based_on_tokio/ 9 comments rust
- Gabriel2 - Open Source asynchronous library for the Actor model in Rust using Tokio https://github.com/igumnoff/gabriel2 3 comments rust
- Rust vs Zig discussion - with creators of Bun, Tokio, Turso https://www.p99conf.io/2023/11/14/bun-tokio-turso-rust-zig/ 73 comments rust
- Building Robust Server with Async Rust and Tokio https://matthewtejo.substack.com/p/building-robust-server-with-async 12 comments rust
- Using the Kani Rust Verifier on Tokio Bytes https://model-checking.github.io/kani-verifier-blog/2022/08/17/using-the-kani-rust-verifier-on-tokio-bytes.html 6 comments rust
- Can I return a reference from a tokio thread if I also return the value it's referencing? [Async Rust] https://docs.rs/mail-parser/latest/mail_parser/ 2 comments rust
- Does prost [protocol buffers for rust] use tokio runtime to implement GRPC service? https://github.com/tokio-rs/prost 3 comments rust
- How to Build a Web Application using Rust — tokio and the database https://blog.tarkalabs.com/how-to-build-a-web-application-using-rust-part-iii-ed6511ebaa97 16 comments rust
- Poor docker performance for Rust + Tokio + Hyper server https://www.reddit.com/r/rust/comments/ib5uj6/poor_docker_performance_for_rust_tokio_hyper/ 19 comments rust
- Tokio 0.2 - Rust Crash Course lesson 9 https://www.snoyman.com/blog/2019/12/rust-crash-course-09-tokio-0-2 9 comments rust
- [Help] Rate limiting in Async Rust and Tokio https://tokio-rs.github.io/tokio/doc/tokio_sync/semaphore/index.html 5 comments rust
- osaka.rs - rust async without the noise (An alternative to futures.rs and Tokio) http://aep.github.io/rust-async-without-the-noise/ 67 comments rust
- Using TLS in Rust: Going to async I/O with Tokio https://ayende.com/blog/185793-a/using-tls-in-rust-going-to-async-i-o-with-tokio?key=4c78bf7e-f1a4-494e-9b82-19722952e045 14 comments rust
- Adventures in Rust: Futures and Tokio http://bryangilbert.com/post/code/rust/adventures-futures-tokio-rust/ 10 comments rust
- Deno Suggestion: Look into porting to Rust and using Tokio https://github.com/ry/deno/issues/205 16 comments rust
- [Rust] [Redox OS Blog/News] RSoC: Porting tokio to redox https://www.redox-os.org/news/rsoc-porting-tokio-to-redox/ 14 comments programming
- Tokio internals: Understanding Rust's asynchronous I/O framework from the bottom up https://cafbit.com/post/tokio_internals/ 39 comments rust
- Distributed Command Execution w/ Rust & Tokio; feat. the Ion Shell https://github.com/mmstick/concurr 25 comments rust
- Tokio based rust mqtt broker https://github.com/tekjar/rumqttd 7 comments rust
- Moving to TCPStream, Bye Tokio! – Adventures in Rust https://medium.com/adventures-in-rust/moving-to-tcpstream-bye-tokio-5a1488f337f6 136 comments rust
- Announcing hyproxy 0.1 -- a Rust reverse proxy using tokio and hyper https://github.com/moosingin3space/hyproxy 10 comments rust
- Announcing Tokio: A Finagle inspired network application framework for Rust. https://medium.com/@carllerche/announcing-tokio-df6bb4ddb34 3 comments programming
- Announcing Tokio: A Finagle inspired network application framework for Rust. https://medium.com/@carllerche/announcing-tokio-df6bb4ddb34 55 comments rust
- I just created my first not so basic app in rust! A CLI chat using TCP sockets with Tokio. Anyone willing to do a code review? https://github.com/PandasAreFluffy/rust_chat 8 comments rust
- Scalable server design in Rust with Tokio https://medium.com/@fujita.tomonori/scalable-server-design-in-rust-with-tokio-4c81a5f350a3 19 comments rust
- Deno: A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio. By Ryan Dahl (formerly of node.js). https://deno.land/ 60 comments programming
- A blog entry about new distributed publish/subscribe data service and Mles protocol reference implementation on Rust, Tokio and Serde http://mles.io/blog 3 comments rust
- Introducing Linkerd-tcp - a TCP load balancer written in Rust with Tokio https://blog.buoyant.io/2017/03/29/introducing-linkerd-tcp/ 17 comments rust
- Rust Paris meetup: Talks on Rust formalization, Rayon, Tokio https://air.mozilla.org/rust-paris-meetup-35-2017-01-19/ 4 comments rust
- Build a HTTP server with Rust and tokio - Part 1: serving static files https://blog.sylver.dev/build-a-http-server-with-rust-and-tokio-part-1-serving-static-files 6 comments rust
- Looking for advice on discovering APIs of Rust libraries. Case study: tokio's mysterious "send" method. Tons of screenshots included! https://www.reddit.com/r/rust/comments/fgh9uk/looking_for_advice_on_discovering_apis_of_rust/ 5 comments rust
- New version of Thrussh (SSH client+server library in pure Rust) now compatible with async/await and Tokio 0.2 https://nest.pijul.com/pijul_org/thrussh 30 comments rust
- Announcing v0.2 of SQLx (the async, pure, safe Rust SQL crate featuring compile-time checked queries without a DSL), now with support for Tokio, TLS, and transactions https://github.com/launchbadge/sqlx/blob/62e1df5ad9454696fc2c75b78c3190f801fcecde/changelog.md#020---2020-01-15 33 comments rust