/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jak2k.eu
| | adventures.michaelfbryan.com
2.3 parsecs away

Travel
| | Imagine you are implementing a calculator application and want users to be able to extend the application with their own functionality. For example, imagine a user wants to provide a random() function that generates true random numbers using random.org instead of the pseudo-random numbers that a crate like rand would provide. The Rust language gives you a lot of really powerful tools for adding flexibility and extensibility to your applications (e.
| | citizen-stig.github.io
2.9 parsecs away

Travel
| | Real use case for Generics in Rust with some hidden tricks
| | woile.dev
3.1 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.
| | degoes.net
18.5 parsecs away

Travel
| Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts