DEV Community

Rust

This tag is for posts related to the Rust programming language, including its libraries.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Declarative macro magic from Axum in Rust

Declarative macro magic from Axum in Rust

Comments
7 min read
Closures in Rust

Closures in Rust

14
Comments
5 min read
Implement React v18 from Scratch Using WASM and Rust - [24] Suspense(1) - Render Fallback

Implement React v18 from Scratch Using WASM and Rust - [24] Suspense(1) - Render Fallback

2
Comments
4 min read
Swiftide 0.9, a Rust native library for building LLM applications with RAG, brings Fluvio, Lancedb and Ragas support

Swiftide 0.9, a Rust native library for building LLM applications with RAG, brings Fluvio, Lancedb and Ragas support

Comments
3 min read
Building key-value storage for a Redis clone

Building key-value storage for a Redis clone

Comments
11 min read
What is Rust Programming?

What is Rust Programming?

1
Comments
2 min read
cargo-c common questions

cargo-c common questions

1
Comments
4 min read
Rust Procedural Macros: Unlocking the Power of Custom Code Generation

Rust Procedural Macros: Unlocking the Power of Custom Code Generation

14
Comments 1
5 min read
⚔️ Rust vs Go vs Bun vs Node.js: The Ultimate 2024 Performance Showdown 🚀

⚔️ Rust vs Go vs Bun vs Node.js: The Ultimate 2024 Performance Showdown 🚀

5
Comments 2
4 min read
Exploring Development Paradigms: Sequential, Asynchronous, and Multithreading Link Checkers in Rust

Exploring Development Paradigms: Sequential, Asynchronous, and Multithreading Link Checkers in Rust

Comments
4 min read
🚀 Optimized API Calls with TypeScript: Performance Showdown vs. Rust & Go 🛠️

🚀 Optimized API Calls with TypeScript: Performance Showdown vs. Rust & Go 🛠️

3
Comments
4 min read
Tauri adoption guide: Overview, examples, and alternatives

Tauri adoption guide: Overview, examples, and alternatives

3
Comments 2
13 min read
DOIT: A Simpler Build Script

DOIT: A Simpler Build Script

Comments
3 min read
Handle Redis PING command

Handle Redis PING command

Comments
6 min read
An Attempt to Demystify Rust Lifetimes

An Attempt to Demystify Rust Lifetimes

Comments
2 min read
How to Run Multiple Tokio Runtimes in a Rust Application

How to Run Multiple Tokio Runtimes in a Rust Application

1
Comments
4 min read
Building Real-Time Communication with Rust

Building Real-Time Communication with Rust

3
Comments
3 min read
What are Closures in Rust?

What are Closures in Rust?

10
Comments
1 min read
Local Kubernetes Cluster - External traffic without Ingress Using Kftray

Local Kubernetes Cluster - External traffic without Ingress Using Kftray

2
Comments
5 min read
Building a JavaScript Runtime in Rust powered by the Nova engine

Building a JavaScript Runtime in Rust powered by the Nova engine

5
Comments
4 min read
🦀 vs 🐍: Rust vs Python – The Ultimate Showdown of Speed and Simplicity for 2024 🚀

🦀 vs 🐍: Rust vs Python – The Ultimate Showdown of Speed and Simplicity for 2024 🚀

1
Comments
4 min read
Building a Terminal TODO App in Rust

Building a Terminal TODO App in Rust

5
Comments
2 min read
🦀 Create a Simple Todo List in Rust (with Response Time Comparison to Node.js) 📝

🦀 Create a Simple Todo List in Rust (with Response Time Comparison to Node.js) 📝

9
Comments 2
4 min read
Why might Rust be a smart choice for developers today?

Why might Rust be a smart choice for developers today?

108
Comments 25
1 min read
Rust from a Web perspective

Rust from a Web perspective

Comments
1 min read
ASCII Art Code in Rust

ASCII Art Code in Rust

Comments
5 min read
3 ways to use environment Variables in Rust

3 ways to use environment Variables in Rust

13
Comments 2
3 min read
Rust fullstack web app! WASM + YEW + ROCKET

Rust fullstack web app! WASM + YEW + ROCKET

108
Comments 18
20 min read
⚡ **Rust vs Node.js vs Go: Performance Comparison for Backend Development** 🏎️

⚡ **Rust vs Node.js vs Go: Performance Comparison for Backend Development** 🏎️

22
Comments 6
5 min read
How I Built an Open Source App That Went Viral

How I Built an Open Source App That Went Viral

3
Comments
4 min read
How to use Meilisearch with WikiJS

How to use Meilisearch with WikiJS

Comments
3 min read
2D Polygon Boolean Operations

2D Polygon Boolean Operations

2
Comments
8 min read
Build a Flight Search AI Agent with Rust using Rig: A Hands-On Practical Guide

Build a Flight Search AI Agent with Rust using Rig: A Hands-On Practical Guide

13
Comments 1
10 min read
Benchmarking and Profiling Rust Applications on macOS: A Practical Guide

Benchmarking and Profiling Rust Applications on macOS: A Practical Guide

5
Comments
3 min read
Introducing Wincast: A new way of searching apps in windows (spoiler alert, it's rusty 🤪)

Introducing Wincast: A new way of searching apps in windows (spoiler alert, it's rusty 🤪)

7
Comments
3 min read
Environment Variables in Rust

Environment Variables in Rust

9
Comments
3 min read
C++ vs. Rust: A Comparative Guide to Syntax, Variables, and Control Flow

C++ vs. Rust: A Comparative Guide to Syntax, Variables, and Control Flow

Comments
2 min read
Understanding Rust Macros: A Comprehensive Guide for Developers

Understanding Rust Macros: A Comprehensive Guide for Developers

7
Comments 1
7 min read
An Alternative to Batch Jobs: Scheduling Events with EventBridge Scheduler

An Alternative to Batch Jobs: Scheduling Events with EventBridge Scheduler

7
Comments
6 min read
Clone and Iterative Adapter Methods in Rust: The thin line between Duplication, Efficiency and Transformation

Clone and Iterative Adapter Methods in Rust: The thin line between Duplication, Efficiency and Transformation

Comments
4 min read
A Compelling Case for the Comma Operator

A Compelling Case for the Comma Operator

82
Comments 23
4 min read
⚔️ Rust vs Node.js: The Battle for Web Development Supremacy in 2024 🚀

⚔️ Rust vs Node.js: The Battle for Web Development Supremacy in 2024 🚀

3
Comments
5 min read
local meeting summaries using screenpipe + ollama

local meeting summaries using screenpipe + ollama

3
Comments
2 min read
Building a Neural Network from Scratch in Rust

Building a Neural Network from Scratch in Rust

6
Comments
2 min read
Experimental WASM/Rust support for Pulumi

Experimental WASM/Rust support for Pulumi

Comments
2 min read
Build AI Text Classification in Rust with Rig

Build AI Text Classification in Rust with Rig

10
Comments 1
9 min read
Understanding Concurrency

Understanding Concurrency

3
Comments 2
3 min read
Human readable time in Rust

Human readable time in Rust

1
Comments
2 min read
How we Built 300μs Typo Correction for 1.3M Words in Rust

How we Built 300μs Typo Correction for 1.3M Words in Rust

39
Comments 1
7 min read
An introduction to rust for the typescript developer

An introduction to rust for the typescript developer

Comments
4 min read
How to Build an Auth API in Rust gRPC

How to Build an Auth API in Rust gRPC

3
Comments
3 min read
In-Depth Guide to Working with Strings in Rust

In-Depth Guide to Working with Strings in Rust

7
Comments
16 min read
Numeric Convertion

Numeric Convertion

Comments
1 min read
Rocket - The Rust Web Framework - Hello World

Rocket - The Rust Web Framework - Hello World

25
Comments 6
2 min read
Vector Streaming with EmbedAnything

Vector Streaming with EmbedAnything

17
Comments 2
4 min read
I've created command line based todo manager using Rust

I've created command line based todo manager using Rust

Comments
1 min read
To-Do from CLI with Rust

To-Do from CLI with Rust

2
Comments
5 min read
Interview with Victor Aremu, Creator of Menote, Usezap and more!

Interview with Victor Aremu, Creator of Menote, Usezap and more!

10
Comments 1
1 min read
A New Era of Simplified Deployment

A New Era of Simplified Deployment

Comments
6 min read
Build a CLI in Rust

Build a CLI in Rust

21
Comments 4
7 min read
loading...