Browsing Tag
rust
96 posts
Rust Key Concepts (I): Ownership System
Rust has specific design choices and feature selections that make the language unique. Let’s dive into the key…
Tauri (8) – Implementing global shortcut key function
Introduction In modern desktop applications, shortcuts are an essential tool for enhancing user experience and productivity. Many applications…
A Gentle Introduction to WebAssembly in Rust (2025 Edition)
It’s clear WebAssembly is one of the more popular up-and-coming technologies out there. Its promise, a universal executable…
Using the GitHub API in Rust
With Octocrab crate Introduction The github_api repository demonstrates how to interact with the GitHub API using Rust. This…
Unlocking the Power of Elixir Phoenix and Rust: A Match Made for High-Performance Web Applications
As developers, we’re always on the lookout for tools and technologies that enable us to build faster, more…
Offering help with a project
Hey everyone. I’m looking for people who need a hand with their projects. I want to practice Rust,…
🚀 🌟 Why Rust is the Next Big Thing in Programming 🔥
🚀 Why Rust is the Next Big Thing in Programming 🔥 Rust is redefining what modern programming means.…
Empowering Web Privacy with Rust: Intro
In the digital age, where data breaches and privacy violations have become all too common, the quest for…
What is QUIC protocol, and how to use through Rust?
Progressing through HTTP/1 and HTTP/2, HTTP/3 is now widely expanding in the data transmission domain. About 30% of…
Self-Aligning Satellite Dish in Rust: Pan Example
Open the examples file, create a relays.rs file, and copy the last iteration of the project code. Clear…