Explore >> Select a destination


You are here

maud.lambda.xyz
| | woile.dev
1.6 parsecs away

Travel
| | Writing a web application in rust using axum and minijinja. If you have used jinja2 in the past this will feel familiar. But we also dig into protocols and networking.
| | tuckersiemens.com
1.7 parsecs away

Travel
| | Dynamically generating PNGs with your IP address in them.
| | tokio.rs
2.2 parsecs away

Travel
| | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
| | ashvardanian.com
20.2 parsecs away

Travel
| Experienced devs may want to skip the intro or jump immediately to the conclusions. The backbone of many foundational software systems - from compilers and interpreters to math libraries, operating systems, and database management systems - is often implemented in C and C++. These systems frequently offer Software Development Kits (SDKs) for high-level languages like Python, JavaScript, GoLang, C#, Java, and Rust, enabling broader accessibility. But there is a catch.