Posts tagged “rust”
- Android apps with Slint on NixOS A step-by-step guide to setting up an Android development environment on NixOS using Slint UI library and Rust. Learn how to configure Nix flakes, handle Android SDK integration, and run applications in an emulator with reproducible builds
- Network programming in Rust Rust and C comparisons for network programming
- Nix journey part 2: replacing apt and brew Moving away from brew and apt, to welcome nix and all it's benefits
- Nix journey part 1: creating a flake How to create a flake and use it from another shell
- A Rust web app with HTML templates 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.
- Rust for pythonistas